r1341 - trunk/demos/accordion
Author: fg.todd
Date: Tue Dec 30 10:01:54 2008
New Revision: 1341
Modified:
trunk/demos/accordion/fillspace.html
Log:
Set resize box to be less tall, added instructions.
Modified: trunk/demos/accordion/fillspace.html
==============================================================================
--- trunk/demos/accordion/fillspace.html (original)
+++ trunk/demos/accordion/fillspace.html Tue Dec 30 10:01:54 2008
@@ -28,7 +28,7 @@
<div class="demo">
-<div id="accordionResizer" style="padding:5px;" class="ui-widget-content">
+<div id="accordionResizer" style="padding:5px; height:250px;"
class="ui-widget-content">
<div id="accordion">
<div>
@@ -69,7 +69,7 @@
<div class="demo-description">
-In this example, the fillSpace option is used to make the accordion fit
within a specific height and/or width. The script will automatically set
the dimensions of the accordion to the height of the parent container.
+In this example, the fillSpace option is used to make the accordion fit
within a specific height and/or width. The script will automatically set
the dimensions of the accordion to the height of the parent container. Try
re-sizing the outer box to see the accordion fill the height of the box.
<pre>fillSpace: true</pre>
</div><!-- End demo-description -->