aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorTodd Parker <fg.todd@gmail.com>2008-12-30 19:55:36 +0000
committerTodd Parker <fg.todd@gmail.com>2008-12-30 19:55:36 +0000
commit8b6a5cd172b27d630444ed78b97ca418751ff530 (patch)
tree5d33b1cb81b0609ee23f58d4bd1457f1f0d512ee /demos
parentdc8d16977f6430b3bb7f270991c1d1a0a6161774 (diff)
downloadjquery-ui-8b6a5cd172b27d630444ed78b97ca418751ff530.tar.gz
jquery-ui-8b6a5cd172b27d630444ed78b97ca418751ff530.zip
Added gripper and extra panel to FIllSpace demo
Diffstat (limited to 'demos')
-rw-r--r--demos/accordion/fillspace.html4
-rw-r--r--demos/accordion/index.html2
2 files changed, 5 insertions, 1 deletions
diff --git a/demos/accordion/fillspace.html b/demos/accordion/fillspace.html
index bb33ee857..cf31ff1bc 100644
--- a/demos/accordion/fillspace.html
+++ b/demos/accordion/fillspace.html
@@ -62,8 +62,12 @@ Resize the outer container:
</div>
</div>
</div>
+
+<span class="ui-icon ui-icon-grip-dotted-horizontal" style="margin:2px auto; width:32; background-repeat: repeat-x"></span>
</div><!-- End accordionResizer -->
+<div style="margin-top:7px; padding:10px; width:350px; height:50px;" class="ui-widget-content">I'm another panel</div>
+
</div><!-- End demo -->
diff --git a/demos/accordion/index.html b/demos/accordion/index.html
index a535d0fee..1c2a13676 100644
--- a/demos/accordion/index.html
+++ b/demos/accordion/index.html
@@ -8,7 +8,7 @@
<div class="demos-nav">
<h4>Accordion</h4>
<ul>
- <li class="demo-config-on"><a href="default.html">Basic accordion (default)</a></li>
+ <li class="demo-config-on"><a href="default.html">Default accordion</a></li>
<li><a href="mouseover.html">Mouseover event</a></li>
<li><a href="fillspace.html">FillSpace example</a></li>
<li><a href="custom_icons.html">Custom icons</a></li>