Show TOC

Background documentationTool Bar Separator Locate this document in the navigation structure

 

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

id="sep1"

Classlib

setId ("sep1")

transparent

FALSE (d)

TRUE

Taglib

No tag available

Classlib

setTransparent(true)

Example

using the taglib

Syntax Syntax

  1. <hbj:toolbarSeparator id="aSeparator"
    />
End of the code.

using the classlib

Syntax Syntax

  1.     ToolbarSeparator sep = new ToolbarSeparator("aSeparator");
        set.setTransparent(true);
    
End of the code.
Result

The toolbar input field has to be used in the toolbar control. See the "toolbar" control description for the result.