mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Set resize box to be less tall, added instructions.
This commit is contained in:
parent
9f2c52eafd
commit
50041d9a85
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
<div class="demo">
|
<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 id="accordion">
|
||||||
<div>
|
<div>
|
||||||
@ -69,7 +69,7 @@
|
|||||||
|
|
||||||
<div class="demo-description">
|
<div class="demo-description">
|
||||||
|
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
<pre>fillSpace: true</pre>
|
<pre>fillSpace: true</pre>
|
||||||
|
|
||||||
</div><!-- End demo-description -->
|
</div><!-- End demo-description -->
|
||||||
|
Loading…
Reference in New Issue
Block a user