X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..e9397f91ede62d446aed37d23256e8938fc4c335:/docs/output/Ext.layout.BorderLayout.Region.html?ds=sidebyside diff --git a/docs/output/Ext.layout.BorderLayout.Region.html b/docs/output/Ext.layout.BorderLayout.Region.html index c992c6a3..0b16fe8d 100644 --- a/docs/output/Ext.layout.BorderLayout.Region.html +++ b/docs/output/Ext.layout.BorderLayout.Region.html @@ -1,4 +1,4 @@ -
Package: | Ext.layout |
Defined In: | BorderLayout.js |
Class: | BorderLayout.Region |
Subclasses: | BorderLayout.SplitRegion |
Extends: | Object |
This is a region of a BorderLayout that acts as a subcontainer +
Package: | Ext.layout |
Defined In: | BorderLayout.js |
Class: | BorderLayout.Region |
Subclasses: | BorderLayout.SplitRegion |
Extends: | Object |
This is a region of a BorderLayout that acts as a subcontainer within the layout. Each region has its own layout that is independent of other regions and the containing BorderLayout, and can be any of the valid Ext layout types.
@@ -74,27 +74,27 @@ to the second, and the bottom is set to the third. maxHeight may also be specified. Note: settin...true to create a SplitRegion and +
Note: setting the minSize / +maxSize supersedes any specified +minWidth / maxWidth.
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:
Property | Defined By | |
---|---|---|
isCollapsed : Boolean True if this region is collapsed. Read-only. | BorderLayout.Region | |
layout : Layout This region's layout. Read-only. | BorderLayout.Region | |
panel : Ext.Panel This region's panel. Read-only. | BorderLayout.Region | |
position : String This region's layout position (north, south, east, west or center). Read-only. | BorderLayout.Region |
Method | Defined By | |
---|---|---|
BorderLayout.Region( Layout layout , Object config , String position )
Create a new Region. Create a new Region. Parameters:
|