Added gripper and extra panel to FIllSpace demo

This commit is contained in:
Todd Parker 2008-12-30 19:55:36 +00:00
parent dc8d16977f
commit 8b6a5cd172
2 changed files with 5 additions and 1 deletions

View File

@ -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 -->

View File

@ -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>