From b0f7179462822a0d73e4a9075b675950dd36ed17 Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 29 Jan 2009 06:06:41 +0000 Subject: Dialog Demo: Beginning of new modal form demo. --- demos/dialog/modal-form2.html | 113 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 demos/dialog/modal-form2.html diff --git a/demos/dialog/modal-form2.html b/demos/dialog/modal-form2.html new file mode 100644 index 000000000..509150858 --- /dev/null +++ b/demos/dialog/modal-form2.html @@ -0,0 +1,113 @@ + + + + jQuery UI Dialog - Modal form + + + + + + + + + + + + + +
+ +
+

All form fields are required.

+ +
+
+ + + + + + +
+
+
+ +create new user + + + + + + + + + + + + + + + + +
NameEmailPassword
John Doejohn.doe@example.comjohndoe1
+ +
+ +
+ +

Use a modal dialog to require that the user enter data during a multi-step process. Embed form markup in the content area, set the modal option to true, and specify primary and secondary user actions with the buttons option.

+ +
+ + + -- cgit v1.2.3