From 25c6c7e7ef0ffef2f1dcf4e4f5ed2ad160e1464d Mon Sep 17 00:00:00 2001 From: Maggie Costello Wachs Date: Tue, 20 Jan 2009 20:09:55 +0000 Subject: slightly reorganized/renamed demos to better reflect functionality --- demos/dialog/modal_form.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'demos/dialog/modal_form.html') diff --git a/demos/dialog/modal_form.html b/demos/dialog/modal_form.html index ecd9fd8b0..31ed9b746 100644 --- a/demos/dialog/modal_form.html +++ b/demos/dialog/modal_form.html @@ -1,7 +1,7 @@ - jQuery UI Dialog - Modal Form Demo + jQuery UI Dialog - Modal form @@ -74,10 +74,7 @@
-

-This is an example of how a dialog can be used for data entry by making it larger and embedding a form into the content area. -A multi-step wizard could be created by extending this with a step navigation and forward and back buttons. -

+

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