X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..92c2b89db26be16707f4a805d3303ab2531006e1:/docs/output/Ext.layout.BorderLayout.SplitRegion.html?ds=sidebyside diff --git a/docs/output/Ext.layout.BorderLayout.SplitRegion.html b/docs/output/Ext.layout.BorderLayout.SplitRegion.html index 46ef664d..698e7465 100644 --- a/docs/output/Ext.layout.BorderLayout.SplitRegion.html +++ b/docs/output/Ext.layout.BorderLayout.SplitRegion.html @@ -1,4 +1,4 @@ -
BorderLayout.Region BorderLayout.SplitRegion
Package: | Ext.layout |
Defined In: | BorderLayout.js |
Class: | BorderLayout.SplitRegion |
Extends: | BorderLayout.Region |
This is a specialized type of BorderLayout region that +
BorderLayout.Region BorderLayout.SplitRegion
Package: | Ext.layout |
Defined In: | BorderLayout.js |
Class: | BorderLayout.SplitRegion |
Extends: | BorderLayout.Region |
This is a specialized type of BorderLayout region that has a built-in Ext.SplitBar for user resizing of regions. The movement of the split bar is configurable to move either smooth or incrementally.
Config Options | Defined By | |
---|---|---|
animFloat : Boolean When a collapsed region's bar is clicked, the region's panel will be displayed as a floated
panel that will close aga... When a collapsed region's bar is clicked, the region's panel will be displayed as a floated
@@ -76,27 +76,27 @@ to the second, and the bottom is set to the third.
maxHeight may also be specified.
Note: settin... | BorderLayout.Region | |
minWidth : Number The minimum allowable width in pixels for this region (defaults to 50).
maxWidth may also be specified.
Note: setting... | BorderLayout.Region | |
split : Boolean true to create a SplitRegion and
-display a 5px wide Ext.SplitBar between this region and its neighbor, allowing the ... true to create a SplitRegion and + Note: setting the minSize / +maxSize supersedes any specified +minWidth / maxWidth. | BorderLayout.Region | |
split : Boolean true to create a SplitRegion and
+display a 5px wide Ext.SplitBar between this region and its neighbor, allowing the u... true to create a SplitRegion and display a 5px wide Ext.SplitBar between this region and its neighbor, allowing the user to resize the regions dynamically. Defaults to false creating a Region. Notes:
| BorderLayout.Region | |
splitTip : String The tooltip to display when the user hovers over a
non-collapsible region's split bar
(defaults to "Drag to resize.")... The tooltip to display when the user hovers over a
|