diff --git a/demo.html b/demo.html index a7ad2ae..d1e4751 100644 --- a/demo.html +++ b/demo.html @@ -136,7 +136,7 @@

#demoOneA

- This splitter is set with {limit: 50, vertical: false}. + This splitter is set with {minSize: 50, vertical: false}. This is the lower pane of the outer splitter; the two panels and splitter above are contained within the upper panel of this splitter.

@@ -182,8 +182,7 @@

#demoThreeA

#demoThreeB

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

#demoThreeB


+Features test page +

Usage