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.

캔바스 지원 여부

qx.core.Environment.get("html.canvas");


터치 이벤트 qx.core.Environment.get("event.touch");


if (!qx.Class.isDefined(className)) {    // 클레스가 존재하지 않는다면 

  qx.Class.Defined(className, { ... }); // 동적선언 또는 다른곳에서 가져온다.

}


var makeClass = new className();

+ Recent posts