aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog/index.html
diff options
context:
space:
mode:
authorTodd Parker <fg.todd@gmail.com>2008-12-29 17:26:17 +0000
committerTodd Parker <fg.todd@gmail.com>2008-12-29 17:26:17 +0000
commit9f91a25ca3945be7f06947b1a3eafc19eb8195de (patch)
tree1feade8733c044b33a6feb9f200c26ccf5776702 /demos/dialog/index.html
parent622f34aeb9b18fd9c891721547e8d030bafdf01f (diff)
downloadjquery-ui-9f91a25ca3945be7f06947b1a3eafc19eb8195de.tar.gz
jquery-ui-9f91a25ca3945be7f06947b1a3eafc19eb8195de.zip
Re-vamped set of dialog examples that shows the standard set of dialog types. Removed button.html because it was expanded into the 3 modal types.
Diffstat (limited to 'demos/dialog/index.html')
-rw-r--r--demos/dialog/index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/demos/dialog/index.html b/demos/dialog/index.html
index 5880f315b..eb455ea5b 100644
--- a/demos/dialog/index.html
+++ b/demos/dialog/index.html
@@ -8,9 +8,11 @@
<dl class="nav">
<dt>Dialog</dt>
- <dd><a href="default.html">Default</a></dd>
- <dd><a href="buttons.html">Buttons</a></dd>
- <dd><a href="modal.html">Modal</a></dd>
+ <dd><a href="default.html">Basic dialog (default)</a></dd>
+ <dd><a href="modal.html">Modal dialog</a></dd>
+ <dd><a href="modal_message.html">Modal message</a></dd>
+ <dd><a href="modal_confirmation.html">Modal confirmation</a></dd>
+ <dd><a href="modal_form.html">Modal form</a></dd>
</dl>
</body>