X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.layout.BorderLayout.html diff --git a/docs/output/Ext.layout.BorderLayout.html b/docs/output/Ext.layout.BorderLayout.html index a4671c98..10a1c5b3 100644 --- a/docs/output/Ext.layout.BorderLayout.html +++ b/docs/output/Ext.layout.BorderLayout.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
ContainerLayout
  BorderLayout

Class Ext.layout.BorderLayout

Package:Ext.layout
Defined In:BorderLayout.js
Class:BorderLayout
Extends:ContainerLayout

This is a multi-pane, application-oriented UI layout style that supports multiple +

ContainerLayout
  BorderLayout

Class Ext.layout.BorderLayout

Package:Ext.layout
Defined In:BorderLayout.js
Class:BorderLayout
Extends:ContainerLayout

This is a multi-pane, application-oriented UI layout style that supports multiple nested panels, automatic split bars between regions and built-in expanding and collapsing of regions.

@@ -21,7 +21,7 @@ levels.

region: 'south', // position for region height: 100, split: true, // enable resizing - minSize: 75, // defaults to 50 + minSize: 75, // defaults to 50 maxSize: 150, margins: '0 5 5 5' },{ @@ -80,7 +80,7 @@ which assign a value by default: To configure the above Classes with an extra CSS class append to the default. For example, for ColumnLayout:
extraCls: 'x-column custom-class'

ContainerLayout renderHidden : Boolean
True to hide each contained item on render (defaults to false).
ContainerLayout

Public Properties

PropertyDefined By