Tag: entry

Add an entry in the toolbar

Tree

  • <toolbar>
    • <entry>
      • <callbacks> ... </callbacks>
    • </entry>
  • </toolbar>

Remarks

To create a drop-down menu inside a toolbar, an entry has to be created inside another entry.

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.