Welcome to the AjaxModalDialog examples.

This dialog demonstrates an automatically opened dialog
centered in the page.

Notice that there is no visibile indication on the page
that the dialog exists after it is closed.

Simple dialog with in-line content

Demonstrates: Are you sure you want to delete this?
yes no


Look in the application log for "deleteIt called".


Updating dialog with external content

Demonstrates:

Look in the application log for "deleteIt in ModalDialogPageContent called".


Updating dialog with external content

Demonstrates the same dialog as above with these changes:


Form input dialog with in-line content

Demonstrates:
First Name:
Last Name:
Company Name:
 
First Name:
Last Name:
Company Name:
 


Form input dialog with external content

Demonstrates the same dialog as above, but with these changes:
First Name:
Last Name:
Company Name:
edit


Exception when content starts with WOForm

Demonstrates: