diff options
Diffstat (limited to 'demos/dialog/default.html')
-rw-r--r-- | demos/dialog/default.html | 14 |
1 files changed, 2 insertions, 12 deletions
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 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Dialog - Default Demo</title> + <title>jQuery UI Dialog - Default functionality</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> @@ -43,17 +43,7 @@ <div class="demo-description"> -<p> -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: -</p> - -<pre><code>$("#dialog").dialog(); -</code></pre> - -<p> -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. -</p> +<p>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.</p> </div><!-- End demo-description --> |