X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/output/Ext.layout.BoxLayout.html diff --git a/docs/output/Ext.layout.BoxLayout.html b/docs/output/Ext.layout.BoxLayout.html index 5a6ffe1e..30bdf28b 100644 --- a/docs/output/Ext.layout.BoxLayout.html +++ b/docs/output/Ext.layout.BoxLayout.html @@ -1,26 +1,26 @@ -
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
-property specified, the default margins from this property w... If the individual contained items do not have a margins -property specified, the default margins from this property will be -applied to each item. -This property may be specified as an object containing margins -to apply in the format:
-This property may also be specified as a string containing -space-separated, numeric margin values. The order of the sides associated -with each value matches the way CSS processes margin values: -
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 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 |