qooxdoo

the new era of web development

 

How do I disable the browser context menu?ΒΆ

qooxdoo does show the default right-click browser menu. How can I disable it?

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

Previous topic

How to set the focus to a widget in a window?

Next topic

How do I see HTML created by qooxdoo?

This Page