Show TOC

Tool Bar SeparatorLocate this document in the navigation structure

Use

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

<hbj:toolbarSeparator id="aSeparator"   
/>
         

using the classlib

    ToolbarSeparator sep = new ToolbarSeparator("aSeparator");
    set.setTransparent(true);

         

Result

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