X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.layout.ColumnLayout.html diff --git a/docs/output/Ext.layout.ColumnLayout.html b/docs/output/Ext.layout.ColumnLayout.html index 3cdf8d18..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 @@ -49,7 +49,7 @@ layout may not render as expected. Example usage:

title: 'Column 3', columnWidth: .2 }] -});

Config Options

Config OptionsDefined By