Example of Multiple Dialogs in Javascript Dialog Control

/
/
Multiple Dialogs

This example demonstrates how to display multiple dialogs one over the other. The second dialog is configured with draggable behavior to adjust its position. You can invoke the second dialog from first dialog's button. Enable the "open dialog" button to reopen the dialog if the first dialog is closed.

More Details...

This is the first dialog and acts as a parent dialog, you can open the second (child) dialog by clicking "Next".

This is the second dialog and act as a child dialog.

Description

You can configure the dialog as a parent and child, and invoke the child dialog from its parent dialog. In addition, multiple dialogs can be shown at a time in a page. The Z- index order will be controlled automatically in the browser and manually using the zIndex property.