Question

Is it possible to disable the context menu in qooxdoo?

Was it helpful?

Solution

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);
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top