A set of examples of modal windows usage for data entry
The example is created from preconfigurations of application objects
Preconfiguration "Common modal window",
Preconfiguration "Date inputbox" …
- This example is functional for the Web.
- Located in the Pma object tree: /Examples/PreCfg/Panel/Modal/ModalPanels.
Examples are handy in situations, when it is necessary to enter some specific (form) values into the application (text, index, number, date, time, color, etc.).
On the panel
ModalPanels it is possible to use corresponding button in order to open preconfigured modal window where specified values can be edited. After confirmation the values are passed back to the button of the parent panel and then processed acordingly. See
How to work with modal windows.