X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/output/Ext.ux.layout.RowLayout.html diff --git a/docs/output/Ext.ux.layout.RowLayout.html b/docs/output/Ext.ux.layout.RowLayout.html index e41cd55d..a80ef124 100644 --- a/docs/output/Ext.ux.layout.RowLayout.html +++ b/docs/output/Ext.ux.layout.RowLayout.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
ContainerLayout
  RowLayout

Class Ext.ux.layout.RowLayout

Package:Ext.ux.layout
Defined In:RowLayout.js
Class:RowLayout
Extends:ContainerLayout

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

ContainerLayout
  RowLayout

Class Ext.ux.layout.RowLayout

Package:Ext.ux.layout
Defined In:RowLayout.js
Class:RowLayout
Extends:ContainerLayout

This is the layout style of choice for creating structural layouts in a multi-row format where the height of each row can be specified as a percentage or fixed height. Row widths can also be fixed, percentage or auto. This class is intended to be extended or created via the layout:'ux.row' Ext.Container.layout config, and should generally not need to be created directly via the new keyword.

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

title: 'Row 3', rowHeight: .2 }] -});

Config Options

Config OptionsDefined By
 enableTabbing : Boolean
true to enable tabbing. Default is false.
RowLayout

Public Methods

This class has no public methods.

Public Events

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