Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilton Janfield committed Sep 13, 2015
1 parent 8787f33 commit 16b2ce9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h4>#demoOneA</h4>
</p>

<p>
This splitter is set with <code>{limit: 50, vertical: false}</code>.
This splitter is set with <code>{minSize: 50, vertical: false}</code>.
This is the lower pane of the outer splitter; the two panels and splitter above are contained within the
upper panel of this splitter.
</p>
Expand Down Expand Up @@ -182,8 +182,7 @@ <h4>#demoThreeA</h4>
<h4>#demoThreeB</h4>

<p>
This splitter was created using with the options <code>{handle: 'bar', position: 150, lowerLimit: 0,
upperLimit: 150, fixed: true}</code>. <code>position</code> defines a starting size,
This splitter was created using with the options <code>{handle: 'bar', position: 150, leftMinSize: 30, fixed: true}</code>. <code>position</code> defines a starting size,
<code>{limit, lowerLimit, and upperLimit}</code> define how small the panels may get, and
<code>handle</code> sets up a different effect for the collapse handle. The <code>{fixed: true}</code>
option disables the ability to drag the splitter around, while leaving the collapse options intact - the
Expand Down Expand Up @@ -260,6 +259,8 @@ <h4>#demoThreeB</h4>

<hr>

<a href="test.html">Features test page</a>

<div id="docs">
<h1>Usage</h1>
<dl>
Expand Down

0 comments on commit 16b2ce9

Please sign in to comment.