Is it possible to disable the context menu in qooxdoo?
Each qooxdoo widget has a nativeContextMenu property . You can set it to false in the root of the application to prevent the browser context menu:
qx.core.Init.getApplication().getRoot().setNativeContextMenu(false);
Source: https://habr.com/ru/post/1728574/More articles:как вы принудительно выполняете условные, а не нулевые проверки по столбцам sql - sqlNew web development framework? - language-agnosticHow to search between columns in mysql - sqlI copy and paste the image into EditText, but EditText shows me 'obj' - androidСравнение строки с несколькими разными строками - stringWhat is the standard for an object in javascript? - javascriptAvailable Value UISlider - iphoneSpring The Bean property entered is null - javaUser Interface Controls for ASP.NET MVC, GridViews, Calendars, etc. - .netWhat is the best approach for storing question data in a database? - sqlAll Articles