X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.layout.CardLayout.html diff --git a/docs/output/Ext.layout.CardLayout.html b/docs/output/Ext.layout.CardLayout.html index 7e7d8315..517c1cf4 100644 --- a/docs/output/Ext.layout.CardLayout.html +++ b/docs/output/Ext.layout.CardLayout.html @@ -1,4 +1,4 @@ -
ContainerLayout FitLayout CardLayout
Package: | Ext.layout |
Defined In: | CardLayout.js |
Class: | CardLayout |
Extends: | FitLayout |
This layout manages multiple child Components, each fitted to the Container, where only a single child Component can be +
ContainerLayout FitLayout CardLayout
Package: | Ext.layout |
Defined In: | CardLayout.js |
Class: | CardLayout |
Extends: | FitLayout |
This layout manages multiple child Components, each fitted to the Container, where only a single child Component can be visible at any given time. This layout style is most commonly used for wizards, tab implementations, etc. This class is intended to be extended or created via the layout:'card' Ext.Container.layout config, and should generally not need to be created directly via the new keyword.