LabelFrame widget == Description == These markups implement //label frames// in HOP documents. A //label frame// is a container with a label. It is built using the ++++ constructor. A //label frame// contains a label (++++) and a body. == Synopsis == === Server & client === ( arg ...) ( arg ...) === Requirements === Client codes using //label frames// need to load the ++hop-lframe++ client-side code. ( :include "hop-lframe") == Examples == == Server & Client Definitions == === ++++ === ^ attributes ^ type ^ default ^ short description ^ | :id | string | //random// | element identifier. | | body | element | empty | the body. | This function creates a //label frame//. One of its children must be ++++. === ++++ === ^ attributes ^ type ^ default ^ short description ^ | :id | string | //random// | element identifier. | | body | element | empty | the body of the label. | This function creates the label of a ++++. == Style == == See also == ,