Customizer's Guide > Working with XUI (XML-based User Interface) Dialog Boxes > XUI Element Reference > <toolbar> Element
  
<toolbar> Element
The <toolbar> element is the parent element for creating a collection of tool bar buttons. The element can have the following child elements:
<button>, <checkbox>, <colordropdown>, <combobox>, <listdropdown>, <script>, <separator>, <textbox>
The <toolbar> element has the following attributes:
dock = bottom | left | none | right | top
Default is top. Specifies the edge used to dock the tool bar.
enabledocking = any | bottom | bottomleft | bottomleftright | bottomright | left | leftright | right | top | topbottom | topbottomleft | topbottomright | topleft | topleftright | topright
Default is any. Specifies which edges allow docking.
id = ID
Identifies the control.
name = CDATA
Text used to display in the View > Toolbars menu list. For example, Edit or Table. name can also be referenced by scripts to access the toolbar object.
withdraw = true | false
Default is false. If true, the control (and any children) is ignored and not displayed.
x = CDATA
A number specifying the horizontal screen coordinate to position the upper left corner of the dialog box.
y = CDATA
A number specifying the vertical screen coordinate to position the upper left corner of the dialog box.