From 16b2ce9a7cefd3a71d5a0e537ca916469ced0706 Mon Sep 17 00:00:00 2001
From: Hilton Janfield #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.
- 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 @@