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

Class Ext.layout.ColumnLayout

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

This is the layout style of choice for creating structural layouts in a multi-column format where the width of +

ContainerLayout
  ColumnLayout

Class Ext.layout.ColumnLayout

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

This is the layout style of choice for creating structural layouts in a multi-column format where the width of each column can be specified as a percentage or fixed width, but the height is allowed to vary based on the content. This class is intended to be extended or created via the layout:'column' Ext.Container.layout config, and should generally not need to be created directly via the new keyword.

@@ -23,7 +23,7 @@ layout may not render as expected. Example usage:

layout:'column', items: [{ title: 'Column 1', - columnWidth: .25 + columnWidth: .25 },{ title: 'Column 2', columnWidth: .6 @@ -63,7 +63,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