开发者

How to disable the browser context menu in qooxdoo?

开发者 https://www.devze.com 2022-12-17 13:27 出处:网络
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 conte

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

精彩评论

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