From 0d4d56ae45b6ba3113d2002d4aa16cea8338e8a2 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Tue, 27 Jan 2009 10:08:19 +0000 Subject: demos: fixed file naming inconsistency. Multiple words now separated by hyphen, not underscore --- demos/dialog/modal-form.html | 82 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 demos/dialog/modal-form.html (limited to 'demos/dialog/modal-form.html') diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html new file mode 100644 index 000000000..217e8c3c6 --- /dev/null +++ b/demos/dialog/modal-form.html @@ -0,0 +1,82 @@ + + + + jQuery UI Dialog - Modal form + + + + + + + + + + + + + +
+ +
+

All form fields are required.

+ +
+
+ + + + + + +
+
+
+ + +
+

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
+

+
+
+
+ +
+ +
+ +

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