X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/output/Ext.layout.VBoxLayout.html diff --git a/docs/output/Ext.layout.VBoxLayout.html b/docs/output/Ext.layout.VBoxLayout.html index a0de432f..59f1b810 100644 --- a/docs/output/Ext.layout.VBoxLayout.html +++ b/docs/output/Ext.layout.VBoxLayout.html @@ -1,4 +1,4 @@ -
ContainerLayout BoxLayout VBoxLayout
Package: | Ext.layout |
Defined In: | BoxLayout.js |
Class: | VBoxLayout |
Extends: | BoxLayout |
A layout that arranges items vertically down a Container. This layout optionally divides available vertical +
ContainerLayout BoxLayout VBoxLayout
Package: | Ext.layout |
Defined In: | BoxLayout.js |
Class: | VBoxLayout |
Extends: | BoxLayout |
A layout that arranges items vertically down a Container. This layout optionally divides available vertical
space between child items containing a numeric flex
configuration.
Config Options | Defined By | |
---|---|---|
align : String Controls how the child items of the container are aligned. Acceptable configuration values for this
property are:
@@ -87,4 +87,14 @@ Ext.layout.FormLayout) to create the DOM structure o... T
Ext.layout.FormLayout) to create the DOM structure of a fully wrapped,
labeled and styled form Field. A default Template is supplied, but this may be
overriden to create custom field structures. The template processes values returned from
-Ext.layout.FormLayout.getTemplateArgs. | ContainerLayout |
Method | Defined By | |
---|---|---|
parseMargins( Number|String v )
+ :
+ ObjectParses a number or string representing margin sizes into an object. Supports CSS-style margin declarations
+(e.g. 10, ... Parses a number or string representing margin sizes into an object. Supports CSS-style margin declarations
+(e.g. 10, "10", "10 10", "10 10 10" and "10 10 10 10" are all valid options and would return the same result) Parameters:
| ContainerLayout | |
updateChildBoxes( Array boxes )
+ :
+ voidResizes and repositions each child component Resizes and repositions each child component Parameters:
| BoxLayout |