From 16b2ce9a7cefd3a71d5a0e537ca916469ced0706 Mon Sep 17 00:00:00 2001 From: Hilton Janfield Date: Sun, 13 Sep 2015 14:31:19 -0700 Subject: [PATCH] Update demo --- demo.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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