X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/output/Ext.layout.HBoxLayout.html diff --git a/docs/output/Ext.layout.HBoxLayout.html b/docs/output/Ext.layout.HBoxLayout.html index 9e3f516f..a7e9c725 100644 --- a/docs/output/Ext.layout.HBoxLayout.html +++ b/docs/output/Ext.layout.HBoxLayout.html @@ -1,4 +1,4 @@ -
ContainerLayout BoxLayout HBoxLayout
Package: | Ext.layout |
Defined In: | BoxLayout.js |
Class: | HBoxLayout |
Extends: | BoxLayout |
A layout that arranges items horizontally across a Container. This layout optionally divides available horizontal +
ContainerLayout BoxLayout HBoxLayout
Package: | Ext.layout |
Defined In: | BoxLayout.js |
Class: | HBoxLayout |
Extends: | BoxLayout |
A layout that arranges items horizontally across a Container. This layout optionally divides available horizontal
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:
@@ -86,4 +86,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 |