From: Richard Worth Date: Thu, 29 Jan 2009 20:14:30 +0000 (+0000) Subject: demos dialog: Replaced old modal form with new functioning one. Thanks Scott G and... X-Git-Tag: 1.6rc6~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a5ba8f4352242ea5e9e1b787621c95991bd1e5eb;p=jquery-ui.git demos dialog: Replaced old modal form with new functioning one. Thanks Scott G and Cloudream. --- 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.

- -
- - -