FOM Reference > Application > Preferences > fTemplatePreferencesToolbars interface
  
fTemplatePreferencesToolbars interface
This object specifies preferences related to the toolbars.
LeftBarModes enumeration
Possible flag values for the left bar modes.
The LeftBarModes enumeration has the following constants of type int.
LEFTBAR_OFF = 0
Turn off the left bar.
LEFTBAR_TAGLIST = 1
Show the traditional tag list in the left bar.
LEFTBAR_DYNAMIC = 2
Generate the left bar contents from fTemplate-leftBar.
editBarMode attribute
Whether the edit bar is enabled.
editBarMode
Access
read-write
Returns
int
editBarPosition attribute
If true, the edit bar will be placed on the bottom, otherwise it will be placed on the right.
editBarPosition
Access
read-write
Returns
boolean
editBarSize attribute
The size of the edit bar.
editBarSize
Access
read-write
Returns
int
leftBarMode attribute
Whether the left bar is enabled. Possible values are in fTemplatePreferencesToolbars-LeftBarModes.
leftBarMode
Access
read-write
Returns
int
leftBarPosition attribute
If true, the left bar will be placed on the left, otherwise it will be placed on the right.
leftBarPosition
Access
read-write
Returns
boolean
leftBarSize attribute
The size of the left bar.
leftBarSize
Access
read-write
Returns
int