The following is the basic syntax of the groupbox tag :
<GROUPBOX name= name>
where name identifies the group box programmatically.
The groupbox tag can be expanded with the following elements:
<GROUPBOX name=name> <TITLE>title</TITLE> <LOCATION>location</LOCATION> <SIZE>size</SIZE> <HELPALIAS>component_name</HELPALIAS> </GROUPBOX> | ||
ATTRIBUTE | VALUE | DESCRIPTION |
<TITLE> | title | Displays the text
string as the group box label.
Title defines the key for loading the text string from the resource bundle. If the string is not found, the title string will appear as it does in the Panel Definition Markup Language (PDML) source file. This tag is required. |
<LOCATION> | location | Expresses the
x- and y-coordinates of the panel's location from the top left corner in logical
units. This tag is required. |
<SIZE> | size | Expresses the width
and height, respectively, of the component in logical units. This tag is required. |
<HELPALIAS> | component_name | Should be displayed when context help is requested for this component. |