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/default.html | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'demos/dialog/default.html') diff --git a/demos/dialog/default.html b/demos/dialog/default.html index 08043d15b..79bd0157f 100644 --- a/demos/dialog/default.html +++ b/demos/dialog/default.html @@ -1,7 +1,7 @@ - jQuery UI Dialog - Default Demo + jQuery UI Dialog - Default functionality @@ -43,17 +43,7 @@
-

-This is a default dialog which opens in a floating layer above the page content protected with an iframe. -It is created by simply calling .dialog on the dialog content element, like this: -

- -
$("#dialog").dialog();
-
- -

-A basic dialog window has a title bar and a content area. The dialog window can be moved, resized and closed with the 'x' icon by default. -

+

The basic dialog window is an overlay positioned within the viewport and is protected from page content (like select elements) shining through with an iframe. It has a title bar and a content area, and can be moved, resized and closed with the 'x' icon by default.

-- cgit v1.2.3