FOM Reference > Application > System Objects > fLeftBarItem interface
  
fLeftBarItem interface
An item to be displayed on the left toolbar.
displayName attribute
An display name for this toolbar item.
displayName
Access
read-write
Returns
String
function attribute
The JS function to run when this item is clicked on. If it is null, nothing will happen when it gets clicked on. The index of the item in the left bar, id, mouse button, and displayName properties of the item clicked on will be passed into this function as arguments.
function
Access
read-write
Returns
Object
icon attribute
The name of the icon to draw to the left of the display name.
icon
Access
read-write
Returns
String
id attribute
An id value for this toolbar item.
id
Access
read-write
Returns
String
indent attribute
The number of pixels to indent the display name from the left.
indent
Access
read-write
Returns
int
fLeftBarItem method
Create a new fLeftBarItem.
fLeftBarItem
Parameters
None
Returns
fLeftBarItem. The newly created toolbar item object.