How to open a window with right click on the popup menu

Suppose you have a window containing a grid and you want to open another window when right clicking on a row of the grid which would open a popup menu. In the popup menu there would be an item whose click would open the second window. You can do that manually, by adding a javascript action to a popup menu item and create that javascript action containing js code to open the second window. You can use a wizard available in the grid panel definition to generate the same settings automatically. A few wizards are available in the settings panel for a grid in the App Designer. One of these wizards is about "Window opening from a popup menu". When selecting this item, a settings dialog is showed: once the user has selected a window, a list of required parameters is proposed on the right: these are parameters required by the selected window in order to read data correctly. For each of them, the user has to bind a value to that parameter, which can be a constant value, a variable (such as username, current date, etc.) or a value coming from the selected row in the current grid. In this way, the wizard has all information needed to create a javascript action and bind it to the popup menu command.

Last updated