From a5ba8f4352242ea5e9e1b787621c95991bd1e5eb Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Thu, 29 Jan 2009 20:14:30 +0000 Subject: [PATCH] demos dialog: Replaced old modal form with new functioning one. Thanks Scott G and Cloudream. --- demos/dialog/modal-form.html | 100 +++++++++++++++++++---- demos/dialog/modal-form2.html | 146 ---------------------------------- 2 files changed, 84 insertions(+), 162 deletions(-) delete mode 100644 demos/dialog/modal-form2.html diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html index 5021e0cde..946374743 100644 --- a/demos/dialog/modal-form.html +++ b/demos/dialog/modal-form.html @@ -8,6 +8,8 @@ + + @@ -38,7 +101,7 @@
-

All form fields are required.

+

All form fields are required.

@@ -52,19 +115,24 @@
- -
-

Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.

-
-
- checkbox
- radio
-

-
-
-
+ + + + + + + + + + + + + + + + + +
NameEmailPassword
John Doejohn.doe@example.comjohndoe1
diff --git a/demos/dialog/modal-form2.html b/demos/dialog/modal-form2.html deleted file mode 100644 index 946374743..000000000 --- a/demos/dialog/modal-form2.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - jQuery UI Dialog - Modal form - - - - - - - - - - - - - - - -
- -
-

All form fields are required.

- -
-
- - - - - - -
-
-
- - - - - - - - - - - - - - - - - - -
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.

- -
- - -