X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/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 deleted file mode 100644 index aaf4f9b1..00000000 --- a/docs/output/Ext.layout.BorderLayout.Region.html +++ /dev/null @@ -1,372 +0,0 @@ -
-
- 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 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. Region size is managed automatically and cannot be changed by the user -- for resizable -regions, see Ext.layout.BorderLayout.SplitRegion.
- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - minHeight : Number
- The minimum allowable height in pixels for this region (defaults to 50)
-
BorderLayout.Region
  - - minWidth : Number
- The minimum allowable width in pixels for this region (defaults to 50)
-
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
- -

Public Events

-
This class has no public events.
-
\ No newline at end of file