X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/output/Ext.layout.VBoxLayout.html diff --git a/docs/output/Ext.layout.VBoxLayout.html b/docs/output/Ext.layout.VBoxLayout.html index 9122c363..59f1b810 100644 --- a/docs/output/Ext.layout.VBoxLayout.html +++ b/docs/output/Ext.layout.VBoxLayout.html @@ -1,7 +1,7 @@ -
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:
+This layout may also be used to set the widths of child items by configuring it with the align option. Config Options
Public Properties
Public Properties
Public MethodsThis class has no public methods. Public EventsThis class has no public events. | ContainerLayout | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
if : Object This monitorResize flag will be renamed soon as to avoid confusion
+with the Container version which hooks onWindowRes... This monitorResize flag will be renamed soon as to avoid confusion
+with the Container version which hooks onWindowResize to doLayout
+monitorResize flag in this context attaches the resize event between
+a container and it's layout | 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 |