aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/dialog/default.html')
-rw-r--r--demos/dialog/default.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/demos/dialog/default.html b/demos/dialog/default.html
index 828aae916..35fc392f2 100644
--- a/demos/dialog/default.html
+++ b/demos/dialog/default.html
@@ -17,8 +17,9 @@
</head>
<body>
-<div id="dialog" title="Curabitur augue">
- <p>Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.</p>
+<div id="dialog" title="Basic dialog">
+ <p>This is the default dialog which is useful for displaying information. It is created by simply calling .dialog on the ID of the content like this: <pre>$("#dialog").dialog();</pre></p>
+ <p>If the content exceeds the size of the window, a scrollbar will automatically appear. The dialog window can be moved, resized and closed with the 'x' icon by default. </p>
</div>
</body>