Modal Page Demo 1 - Classic Report with Drilldown to Interactive Report
Departments
Department # | Name | Location | Employee Count |
10 | ACCOUNTING | NEW YORK | 3 |
20 | RESEARCH | DALLAS | 5 |
30 | SALES | CHICAGO | 6 |
40 | OPERATIONS | BOSTON | 0 |
|
Modal Page Demo 2 - Interactive Report & Form Combo
Instructions
- Click on the Create button. The form page will be opened in a modal dialog.
- Forget to specify a first and last name and try to create the customer. The modal dialog will immediately hide the content of the page. Because the validations catch the missing data, the modal is reopened with the validation error messages.
- Specify a first and last name and try to create the customer. Again, the content will be hidden immediately. When the success message is detected in the modal it automatically closes. When this happens it fires a "successful close" event. This allows other actions to be built on top - notice how the report refreshes.
- Click the edit button for your new customer. The modal will open in an edit mode. All validations will work just as in the create mode. Try updating or deleting the record. The report should refresh upon success.
|
|