FOM Reference > Application > Toolbars > fToolbarGroupStart interface
  
fToolbarGroupStart interface
An item to indicate the start of a group of toolbars.
Direction enumeration
Options for the toolbar group direction.
The Direction enumeration has the following constants of type int.
DIRECTION_DEFAULT = 0
Default.
DIRECTION_HORIZ = 1
Horizontal.
DIRECTION_VERT = 2
Vertical.
DIRECTION_FLIP = 3
Flip.
DisplayType enumeration
Options for how the toolbars in the group should be shown.
The DisplayType enumeration has the following constants of type int.
DISPLAY_TEXT = 1
Text.
DISPLAY_ICONS = 2
Icons.
DISPLAY_TEXT_ICONS = 3
Text and Icons.
EffectType enumeration
Options for effects on toolbars in the group.
The EffectType enumeration has the following constants of type int.
TYPE_NONE = 0
None.
TYPE_OUTDENT = 1
Outdented.
TYPE_INDENT = 2
Indented.
TYPE_RIDGE = 3
Ridged.
TYPE_GROOVE = 4
Grooved.
TYPE_COLOR = 5
Colored.
color attribute
The number of the color to use if the type of effect is Colored.
color
Access
read-write
Returns
int
direction attribute
The direction to display the toolbars in the group. Value is one of fToolbarGroupStart.Direction.
direction
Access
read-write
Returns
int
fill attribute
Indicates if the colour should fill the toolbar if the effect is Colored.
fill
Access
read-write
Returns
boolean
gap attribute
The gap for the toolbar group in pixels.
gap
Access
read-write
Returns
int
margin attribute
The margin for the toolbar group in pixels.
margin
Access
read-write
Returns
int
show attribute
The type of display to apply to the toolbars in the group. Value is one of fToolbarGroupStart.DisplayType.
show
Access
read-write
Returns
int
test attribute
The show string or Javascript function used to evaluate if the toolbar group should be shown. The value will be treated as a show string unless it begins with '{' in which case it will be evaluated as Javascript.
test
Access
read-write
Returns
String
toolbar attribute
The name of an existing toolbar to show in the group.
toolbar
Access
read-write
Returns
String
type attribute
The type of effect to apply to the toolbars in the group. Value is one of fToolbarGroupStart.EffectType.
type
Access
read-write
Returns
int
wrap attribute
If true, the items in the toolbar group will wrap when required.
wrap
Access
read-write
Returns
boolean
fToolbarGroupStart method
Create a new fToolbarGroupStart.
fToolbarGroupStart
Parameters
None
Returns
fToolbarGroupStart. The newly created toolbar item object.