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

Class Ext.ux.layout.CenterLayout

Package:Ext.ux.layout
Defined In:CenterLayout.js
Class:CenterLayout
Extends:FitLayout

This is a very simple layout style used to center contents within a container. This layout works within +

ContainerLayout
  FitLayout
    CenterLayout

Class Ext.ux.layout.CenterLayout

Package:Ext.ux.layout
Defined In:CenterLayout.js
Class:CenterLayout
Extends:FitLayout

This is a very simple layout style used to center contents within a container. This layout works within nested containers and can also be used as expected as a Viewport layout to center the page layout.

As a subclass of FitLayout, CenterLayout expects to have a single child panel of the container that uses the layout. The layout does not require any config options, although the child panel contained within the @@ -28,7 +28,7 @@ Example usage:

autoHeight: true, html: 'Some content' }] -});

Config Options

Config OptionsDefined By