Tag: toolbar
Add a toolbar in the UI of the application
Examples
The following example defines a toolbar with two entries.
<toolbar name="TestToolbar" caption="Test Toolbar">
<entry name="Entry 1" icon="icon1">
</entry>
<entry name="Entry 2" icon="icon2">
</entry>
</toolbar>
Mandatory Attributes
Name |
Description |
Type |
Allowed Values |
name
|
Name of the toolbar.
|
String |
|
Optional Attributes
Name |
Description |
Type |
Default Value |
Allowed Values |
caption
|
Caption of the toolbar.
|
String |
|
|
localize
|
Indicates whether the caption and value string need to be localized by the application.
|
Boolean |
False |
True, False |