12. Context Menu
A context menu (right mouse click) can be bound to any x0-object-type (if it was implemented by the x0-developer).
Note
Currently only List
and FormfieldList
x0-object-types are supported,
this will change in future releases.
12.1. Global Attributes
Property |
Type |
Description |
---|---|---|
Method |
Enum-String |
Implemented Context Menu Methods |
TextID |
TextID-String |
TextID referenced in “webui.text” DB Table |
IconStyle |
CSS-String |
CSS Style Classes, space separated |
12.2. Implemented Methods
Method |
Type |
Description |
---|---|---|
Edit |
Table-Row |
Switch Screen into Edit-Mode |
RemoveSingle |
Table-Row |
Remove Single Table Row |
RemoveSelected |
Array of Table-Rows |
Remove Selected Table Rows |
12.3. Edit Attributes
Method |
Type |
Description |
---|---|---|
DstScreenID |
ScreenID-String |
Destination ScreenID Reference |
RowColumn |
RowID-String |
Table Row Column Reference |
FireEvents |
Array |
Array of EventIDs |