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

Class Ext.layout.FitLayout

Package:Ext.layout
Defined In:FitLayout.js
Class:FitLayout
Subclasses:AccordionLayout, CardLayout
Extends:ContainerLayout

This is a base class for layouts that contain a single item that automatically expands to fill the layout's +

ContainerLayout
  FitLayout

Class Ext.layout.FitLayout

Package:Ext.layout
Defined In:FitLayout.js
Class:FitLayout
Subclasses:AccordionLayout, CardLayout, CenterLayout
Extends:ContainerLayout

This is a base class for layouts that contain a single item that automatically expands to fill the layout's container. This class is intended to be extended or created via the layout:'fit' Ext.Container.layout config, and should generally not need to be created directly via the new keyword.

FitLayout does not have any direct config options (other than inherited ones). To fit a panel to a container @@ -12,7 +12,7 @@ multiple panels, only the first one will be displayed. Example usage:

html: '<p>This is the inner panel content</p>', border: false } -});

Config Options

Config OptionsDefined By