diff options
Diffstat (limited to 'demos/dialog/modal_form.html')
-rw-r--r-- | demos/dialog/modal_form.html | 7 |
1 files changed, 2 insertions, 5 deletions
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 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Dialog - Modal Form Demo</title> + <title>jQuery UI Dialog - Modal form</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.3.js"></script> <script type="text/javascript" src="../../ui/ui.core.js"></script> @@ -74,10 +74,7 @@ <div class="demo-description"> -<p> -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. -</p> +<p>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 <strong>modal</strong> option to true, and specify primary and secondary user actions with the <strong>buttons</strong> option.</p> </div><!-- End demo-description --> |