Formatting Object Model Reference > Application > Toolbars > fToolbarAction interface
  
fToolbarAction interface
An action to be displayed on a custom toolbar.
action attribute
The script, string or function to execute when the action is activated.
action
Access
read-write
Returns
String
description attribute
The text to display in the status bar when the mouse hovers over the item.
description
Access
read-write
Returns
String
greyTestString attribute
The show string or Javascript function used to evaluate if the item should be greyed out. The value will be treated as a show string unless it begins with '{' in which case it will be evaluated as Javascript.
greyTestString
Access
read-write
Returns
String
icon attribute
The name of the icon to use.
icon
Access
read-write
Returns
String
name attribute
The name of the action.
name
Access
read-only
Returns
String
selectedTestString attribute
The show string or Javascript function used to evaluate if the item should be selected initially. The value will be treated as a show string unless it begins with '{' in which case it will be evaluated as Javascript.
selectedTestString
Access
read-write
Returns
String
text attribute
The text to display if the toolbar display includes text.
text
Access
read-write
Returns
String