开发者

How to disable the browser context menu in qooxdoo?

I开发者_JAVA技巧s it possible to disable the context menu in qooxdoo?


Every qooxdoo widget has a nativeContextMenu property. You can set it to false on the application root to prevent the browser context menu:

qx.core.Init.getApplication().getRoot().setNativeContextMenu(false);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜