just top element of XML, can contain a LOT of attributes
but in real life you most probably will not use any of it
Optional attributes
toolbarAlign - align of toolbar items
absolutePosition - mode of toolbar positioning
left - absolute left position
top - absolute top position
name - label on toolbar
width - width of toolbar
height - height of toolbar
globalTextCss - css for text of toolbar buttons
globalCss - css for toolbar buttons
align of toolbar items, inside toolbar
right
left
if this attribute present , toolbar position will be changed to absolute
( in 99.9% of cases you will NOT need it)
if absolute position enabled, this attribute can specify top coordinate of toolbar
if absolute position enabled, this attribute can specify left coordinate of toolbar
optional text on toolbar
width of toolbar ( optional, by default value from js command used )
height of toolbar ( optional, by default value from js command used )
css class which will be applied to text inside toolbar items
css which will be applied to toolbar items
toolbar divider
Optional attributes
id - item identificator
item identificator, not really necessary ,
but can be used for manipulation by JS API
tag represent button on toolbar - image button
can contain multiple attributes, but only few of them really necessary, most are optional
Mandatory attributes
id - identificator of toolbar button
Optional attributes
src - source of image used as button
width - width of button
height - height of button
mouseover - alternative image url
className - css class
tooltip - tooltip of item
disabled - item initially disabled
disableImage - src used for item image in disabled state
id of toolbar button
must be unique per toolbar
url to image used as toolbar button
width of button ( in pixels )
height of button ( in pixels )
optional url, to image, which will be shown instead of default one, when mouse moved over button
css class which will be applied to button
tooltip of button
if attribute exists, button will be rendered in disabled state ( can be enabled later, by js API )
in disabled state button change its css class , so it possible to define custom disabled effect,
if it is not enough, it possible to define one more image which will be used in disabled state
tag represent button on toolbar - image with text button - text right to image
can contain multiple attributes, but only few of them really necessary, most are optional
value of tag will be used as text part of button
Mandatory attributes
id - identificator of toolbar button
Optional attributes
src - source of image used as button
width - width of button
height - height of button
mouseover - alternative image url
className - css class
textClassName - css class which will be applied to text part of button
tooltip - tooltip of item
disabled - item initially disabled
disableImage - src used for item image in disabled state
id of toolbar button
must be unique per toolbar
url to image used as toolbar button
width of button ( in pixels )
height of button ( in pixels )
optional url, to image, which will be shown instead of default one, when mouse moved over button
css class which will be applied to button
css class which will be applied to text part of button
tooltip of button
if attribute exists, button will be rendered in disabled state ( can be enabled later, by js API )
in disabled state button change its css class , so it possible to define custom disabled effect,
if it is not enough, it possible to define one more image which will be used in disabled state
tag represent button on toolbar - image with text button - text on the bottom of button
can contain multiple attributes, but only few of them really necessary, most are optional
value of rag will be used as text part of button
Mandatory attributes
id - identificator of toolbar button
Optional attributes
src - source of image used as button
width - width of button
height - height of button
mouseover - alternative image url
className - css class
textClassName - css class which will be applied to text part of button
tooltip - tooltip of item
disabled - item initially disabled
disableImage - src used for item image in disabled state
id of toolbar button
must be unique per toolbar
url to image used as toolbar button
width of button ( in pixels )
height of button ( in pixels )
optional url, to image, which will be shown instead of default one, when mouse moved over button
css class which will be applied to button
css class which will be applied to text part of button
tooltip of button
if attribute exists, button will be rendered in disabled state ( can be enabled later, by js API )
in disabled state button change its css class , so it possible to define custom disabled effect,
if it is not enough, it possible to define one more image which will be used in disabled state
tag represent button on toolbar - two state button
can contain multiple attributes, but only few of them really necessary, most are optional
value of tag will be used as text part of button
Mandatory attributes
id - identificator of toolbar button
Optional attributes
src - source of image used as button
width - width of button
height - height of button
mouseover - alternative image url
className - css class
textClassName - css class which will be applied to text part of button
tooltip - tooltip of item
disabled - item initially disabled
disableImage - src used for item image in disabled state
pressedState - current state of button
id of toolbar button
must be unique per toolbar
url to image used as toolbar button
width of button ( in pixels )
height of button ( in pixels )
optional url, to image, which will be shown instead of default one, when mouse moved over button
css class which will be applied to button
css class which will be applied to text part of button
tooltip of button
if attribute exists, button will be rendered in disabled state ( can be enabled later, by js API )
in disabled state button change its css class , so it possible to define custom disabled effect,
if it is not enough, it possible to define one more image which will be used in disabled state
allows to set current state of button
true - button pressed
false - button not pressed
tag represent button on toolbar - selectbox
can contain multiple attributes, but only few of them really necessary, most are optional
value of tag will be used as text part of button
Mandatory attributes
id - identificator of toolbar button
Optional attributes
width - width of button
height - height of button
className - css class
disabled - item initially disabled
valueList - comma separated list of values
displayList - comma separated list of labels
id of toolbar button
must be unique per toolbar
width of button ( in pixels )
height of button ( in pixels )
css class which will be applied to button
if attribute exists, button will be rendered in disabled state ( can be enabled later, by js API )
comma separated list of values
comma separated list of labels, not HTML allowed
tag represent button on toolbar - label
value of tag will be used as text part of button
Mandatory attributes
id - identificator of toolbar button
Optional attributes
width - width of button
id of toolbar button
must be unique per toolbar
width of button ( in pixels )