Tool Bar
Separator
A separator, usually a horizontal line, that is used to group controls in the toolbar.
· id
Identification name of the inputField.
· transparent
A boolean value that defines if the design of the toolbar separator. A transparent toolbar separator (enabled = "TRUE") has a different background color.
Attributes |
M |
Values |
Usage |
id |
* |
String (cs)
|
Taglib Classlib |
transparent |
|
FALSE (d) |
Taglib
Classlib |
using the taglib
<hbj:toolbarSeparator id="aSeparator" |
using the classlib
ToolbarSeparator sep = new ToolbarSeparator("aSeparator"); |
The toolbar input field has to be used in the toolbar control. See the "toolbar" control description for the result.