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_message.html | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'demos/dialog/modal_message.html') diff --git a/demos/dialog/modal_message.html b/demos/dialog/modal_message.html index fbdc4de99..8483dec16 100644 --- a/demos/dialog/modal_message.html +++ b/demos/dialog/modal_message.html @@ -1,7 +1,7 @@ - jQuery UI Dialog - Modal Message Demo + jQuery UI Dialog - Modal message @@ -60,13 +60,7 @@
-

-A modal message dialog like this is useful for providing information to the user that requires them to explicitly acknowledge before continuing with their work. -

- -

-This example adds a button bar with a single 'Ok' button to dismiss the dialog. -

+

Use a modal dialog to explicitly acknowledge information or an action before continuing their work. Set the modal option to true, and specify a primary action (Ok) with the buttons option.

-- cgit v1.2.3