X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.layout.BorderLayout.Region.html diff --git a/docs/output/Ext.layout.BorderLayout.Region.html b/docs/output/Ext.layout.BorderLayout.Region.html index 5721e49e..43b43dbd 100644 --- a/docs/output/Ext.layout.BorderLayout.Region.html +++ b/docs/output/Ext.layout.BorderLayout.Region.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link

Class Ext.layout.BorderLayout.Region

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 +

Class Ext.layout.BorderLayout.Region

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...
The minimum allowable height in pixels for this region (defaults to 50) maxHeight may also be specified.


-

Note: setting the minSize / -maxSize supersedes any specified +

Note: setting the minSize / +maxSize supersedes any specified minHeight / maxHeight.

BorderLayout.Region minWidth : Number
The minimum allowable width in pixels for this region (defaults to 50). maxWidth may also be specified. Note: setting...

The minimum allowable width in pixels for this region (defaults to 50). maxWidth may also be specified.


-

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 ...

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:

    -
  • this configuration option is ignored if region='center'
  • +
  • this configuration option is ignored if region='center'
  • when split == true, it is common to specify a minSize and maxSize for the BoxComponent representing the region. These are not native configs of BoxComponent, and are used only by this class.
  • if collapseMode = 'mini' requires split = true to reserve space -for the collapse tool
  • +for the collapse tool
BorderLayout.Region

Public Properties

PropertyDefined 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

Public Methods

MethodDefined By