Format for Main Toolbar Definition
Use these mandatory and optional fields to define a toolbar:
|
Mandatory Field
|
Description
|
|
name
|
Specifies the name to be used in the creation of the toolbar. The name must be unique.
Virtuoso Studio Design Environment automatically adds _sessionWindowNumber to the name.
|
|
text
|
Specifies the string to be used in the toolbar title and ToolTip.
|
|
items
|
Displays the list of item descriptions for the toolbar.
|
|
Optional Field
|
Description
|
|
invisible
|
Ensures that the toolbar is initially hidden on application launch.
|
|
toolButtonStyle
|
Specifies one of the following toolbar button styles:
textOnly, iconOnly, textBesideIcon, or textUnderIcon.
The default is iconOnly.
|
|
getActionFunction
|
Specifies a function that is called on all toolbar items of type 'getAction on this toolbar. The specified function must return an appropriate hiAction value. This functionality lets you reuse the existing hiAction values and share them amongst widgets. Therefore, if an hiAction is toggled using a widget, all other widgets that use the same underlying hiAction automatically reflects the correct state.
|
Related Topics
Customize Toolbar Definition Files
Format for Item Type ComboBox
Format for Item Type Typein, Separator, and InheritToolbarsForm
Return to top