From 75ad7e4bd7d69243e7e5281c2642f00478fb072d Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 19 Feb 2014 18:02:09 +0200 Subject: Added tags, jquery UI --- apps/it/static/js/ui/demos/dialog/modal-form.html | 157 ++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 apps/it/static/js/ui/demos/dialog/modal-form.html (limited to 'apps/it/static/js/ui/demos/dialog/modal-form.html') diff --git a/apps/it/static/js/ui/demos/dialog/modal-form.html b/apps/it/static/js/ui/demos/dialog/modal-form.html new file mode 100644 index 0000000..b7bc8f9 --- /dev/null +++ b/apps/it/static/js/ui/demos/dialog/modal-form.html @@ -0,0 +1,157 @@ + + + + + jQuery UI Dialog - Modal form + + + + + + + + + + + + + + + + + + +
+

All form fields are required.

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

Existing Users:

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