diff options
author | Scott González <scott.gonzalez@gmail.com> | 2008-12-29 02:20:43 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2008-12-29 02:20:43 +0000 |
commit | 94c4bcde691781c91df1c3a69063cfa17dc88c2a (patch) | |
tree | 016becd7d4522da43af160b6572e68432ca4d570 /demos/dialog/index.html | |
parent | 9d78a899bc439b9a94cd9253563320fdb5668e35 (diff) | |
download | jquery-ui-94c4bcde691781c91df1c3a69063cfa17dc88c2a.tar.gz jquery-ui-94c4bcde691781c91df1c3a69063cfa17dc88c2a.zip |
Dialog: Added demos for buttons and modal.
Diffstat (limited to 'demos/dialog/index.html')
-rw-r--r-- | demos/dialog/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/dialog/index.html b/demos/dialog/index.html index 34666311e..5880f315b 100644 --- a/demos/dialog/index.html +++ b/demos/dialog/index.html @@ -9,6 +9,8 @@ <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>
</dl>
</body>
|