aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog/default.html
diff options
context:
space:
mode:
authorTodd Parker <fg.todd@gmail.com>2009-01-19 18:24:50 +0000
committerTodd Parker <fg.todd@gmail.com>2009-01-19 18:24:50 +0000
commitbe22dee1daae5570f8c741a027b0212d7e671634 (patch)
tree01f73627f8b1b5940f779e122facd442b0db5942 /demos/dialog/default.html
parent19ba6fe1cdddb205e0c10b41bf82eeea4353e8f4 (diff)
downloadjquery-ui-be22dee1daae5570f8c741a027b0212d7e671634.tar.gz
jquery-ui-be22dee1daae5570f8c741a027b0212d7e671634.zip
Removed some content from default description and added to overview section on docs wiki instead,
Diffstat (limited to 'demos/dialog/default.html')
-rw-r--r--demos/dialog/default.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/demos/dialog/default.html b/demos/dialog/default.html
index 3f6f58fee..08043d15b 100644
--- a/demos/dialog/default.html
+++ b/demos/dialog/default.html
@@ -52,9 +52,7 @@ It is created by simply calling .dialog on the dialog content element, like this
</code></pre>
<p>
-A basic dialog window has a title bar and a content area.
-If the content length exceeds the maximum height (maxHeight option), a scrollbar will automatically appear.
-The dialog window can be moved, resized and closed with the 'x' icon by default.
+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>
</div><!-- End demo-description -->