XML Syntax:
Delete
<toolbar> node is mandatory.
Optional parameters for this tag are:
name - toolbar caption
width - toolbar width
height - toolbar height
disableType - if set to "image", then disabled buttons change their image, else only CSS changed
absolutePosition - positioning method of toolbar, allowed values: "absolute, relative, auto"
toolbarAlign - align of buttons on toolbar
globalCss - CSS class for buttons instead of default
globalTextCss - CSS class for buttons text instead of default
<divider> - toolbar divider
Mandatory parameter for this tag is:
id - id of the item
<ImageButton> toolbar button with image
Mandatory parameters for this tag are:
src - src of image
id - id of the button
Optional parameters for this tag are:
width - button width
height - button height
disableImage - alternative image src, for disabled state
tooltip - button tooltip
<ImageTextButton> toolbar button with image and text
Mandatory parameters for this tag are:
src - src of image
id - id of the button
Optional parameters for this tag are:
width - button width
height - button height
disableImage - alternative image src, for disabled state
tooltip - button tooltip
<SelectButton> button with select control, contain subitems - select options.
Mandatory parameters for this tag are:
src - src of image
id - id of the button
Optional parameters for this tag are:
width - button width
height - button height
disableImage - alternative image src, for disabled state
tooltip - button tooltip
<option> option data for select button
Mandatory parameters for this tag are:
value - select option value