aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog/default.html
diff options
context:
space:
mode:
authorMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-20 20:09:55 +0000
committerMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-20 20:09:55 +0000
commit25c6c7e7ef0ffef2f1dcf4e4f5ed2ad160e1464d (patch)
tree439e35295ccca794e56b83c73264051035810bc5 /demos/dialog/default.html
parent134d8bd5d27ca95e891475a96dbb7de7f4cf0a1b (diff)
downloadjquery-ui-25c6c7e7ef0ffef2f1dcf4e4f5ed2ad160e1464d.tar.gz
jquery-ui-25c6c7e7ef0ffef2f1dcf4e4f5ed2ad160e1464d.zip
slightly reorganized/renamed demos to better reflect functionality
Diffstat (limited to 'demos/dialog/default.html')
-rw-r--r--demos/dialog/default.html14
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 -->