Skip to content

Commit

Permalink
Added gripper and extra panel to FIllSpace demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Parker committed Dec 30, 2008
1 parent dc8d169 commit 8b6a5cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions demos/accordion/fillspace.html
Expand Up @@ -62,8 +62,12 @@ <h3><a href="#">Section 4</a></h3>
</div> </div>
</div> </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><!-- 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 --> </div><!-- End demo -->




Expand Down
2 changes: 1 addition & 1 deletion demos/accordion/index.html
Expand Up @@ -8,7 +8,7 @@
<div class="demos-nav"> <div class="demos-nav">
<h4>Accordion</h4> <h4>Accordion</h4>
<ul> <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="mouseover.html">Mouseover event</a></li>
<li><a href="fillspace.html">FillSpace example</a></li> <li><a href="fillspace.html">FillSpace example</a></li>
<li><a href="custom_icons.html">Custom icons</a></li> <li><a href="custom_icons.html">Custom icons</a></li>
Expand Down

0 comments on commit 8b6a5cd

Please sign in to comment.