cModalForm
In some situations, you might want to popup a part of the form. I.e. to popup a maintenance form on a grid. To create a modal form, you need to host your panel/area that needs to popup in a modal-form.
modal-form
- panel
-row..
-row..
The modal form resides on your form where you have a 'normal' dialog. So the basic elements are shown when starting the application, and another part will popup after some event you define. You can have more than one modal components on a form.
|
Description |
Centered |
Points to a container that holds all effects. The property manager manages all settings. |
deviceClass |
|
modalSize |
Size/width of the modal form |
scrollable |
If the content of the modal form is allowed to scroll |
title |
The title of the modal form. |
PHP Events
No additional events
JavaScript Events
No additional events