Tag: entry
Add an entry in the toolbar
Tree
- <toolbar>
- <entry>
- <entry/>
-
<callbacks>
...
</callbacks>
- </entry>
- </toolbar>
Examples
Mandatory Attributes
Name |
Description |
Type |
Allowed Values |
name
|
Name of the entry.
|
String |
|
Optional Attributes
Name |
Description |
Type |
Default Value |
Allowed Values |
caption
|
Caption of the entry.
|
String |
|
|
Icon
|
Icon of the entry.
|
String |
|
|
localize
|
Indicates whether the caption and value string need to be localized by the application.
|
Boolean |
False |
True, False |
userobject
|
Related user object name.
|
String |
|
|
Callbacks
Name |
Description |
OnClick
|
Callback that is invoked to return when the object is clicked.
|