widget.setNativeContextMenu(true);


Whether the native context menu should be enabled for this widget. To globally enable the native context menu set the #nativeContextMenu property of the root widget (qx.ui.root.Abstract) to true.

Allowed values:
any Boolean
Init value:
false
Change event:
Apply method:
Property attributes:
  • The property value can be set using appearance themes.
Generated methods:
#setNativeContextMenuSet the property value.
#getNativeContextMenuGet the property value.
#initNativeContextMenuCall apply method with the init value.
#resetNativeContextMenuReset the property value.
#toggleNativeContextMenuToggle the property value.
#isNativeContextMenuCheck whether the property equals true.

+ Recent posts