A UIContextMenu is a menu in a graphical user interface that appears upon user interaction, such as a right-click mouse operation. A context menu offers a limited set of choices that is available in the current state, or context, of the operating system or application to which the menu belongs
UIContextMenu can be associated with controls such as labels, textfield etc. The context menu is activated on right clicking over the associated controls.
It shows a pop-up containing several menuitems or sub menu.
Parameter Rules
container: | This points to the Container that the design belongs to. |
Example: | this.nha.isKindOf("UIContainerMixin") ? this.nha : undefined |
customSpec: | For entering custom specifications. |
Example: | {} |
sequenceNo: | This is the sorting number within the UIContainer or UIFieldset that defines where the design will appear. |
Example: | 15 |
Mixins
UIControlMixin
UIStyleMixin
BaseNode
BaseModel
RULE NAME |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
---|---|---|---|---|
container |
any |
this.nha.isKindOf ("UIContainerMixin") ? this.nha : undefined |
UI |
Cached |
customSpec |
any |
{} |
UI |
Cached |
sequenceNo |
number |
0 |
UI |
Cached |
[to come]