X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..e9397f91ede62d446aed37d23256e8938fc4c335:/docs/output/Ext.layout.BoxLayout.html?ds=sidebyside diff --git a/docs/output/Ext.layout.BoxLayout.html b/docs/output/Ext.layout.BoxLayout.html index 3b7b34de..e833cc2e 100644 --- a/docs/output/Ext.layout.BoxLayout.html +++ b/docs/output/Ext.layout.BoxLayout.html @@ -1,4 +1,5 @@ -
ContainerLayout BoxLayout
Package: | Ext.layout |
Defined In: | BoxLayout.js |
Class: | BoxLayout |
Subclasses: | HBoxLayout, VBoxLayout |
Extends: | ContainerLayout |
Base Class for HBoxLayout and VBoxLayout Classes. Generally it should not need to be used directly.
Config Options | Defined By | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
defaultMargins : Object If the individual contained items do not have a margins
+ ContainerLayout + BoxLayout Class Ext.layout.BoxLayout
Base Class for HBoxLayout and VBoxLayout Classes. Generally it should not need to be used directly. Config Options
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 |