X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.layout.ColumnLayout.html diff --git a/docs/output/Ext.layout.ColumnLayout.html b/docs/output/Ext.layout.ColumnLayout.html index 84098a88..79b86d41 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.