X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.layout.FormLayout.html?ds=inline diff --git a/docs/output/Ext.layout.FormLayout.html b/docs/output/Ext.layout.FormLayout.html index e2b077ec..aaca9b54 100644 --- a/docs/output/Ext.layout.FormLayout.html +++ b/docs/output/Ext.layout.FormLayout.html @@ -1,4 +1,6 @@ -
ContainerLayout AnchorLayout FormLayout
Package: | Ext.layout |
Defined In: | FormLayout.js |
Class: | FormLayout |
Extends: | AnchorLayout |
This layout manager is specifically designed for rendering and managing child Components of +
ContainerLayout + AnchorLayout + FormLayout
Package: | Ext.layout |
Defined In: | FormLayout.js |
Class: | FormLayout |
Extends: | AnchorLayout |
This layout manager is specifically designed for rendering and managing child Components of forms. It is responsible for rendering the labels of Fields.
This layout manager is used when a Container is configured with the layout:'form' @@ -111,7 +113,7 @@ order for these to have any effect.
anchor: '-50 75%'
An optional extra CSS class that will be added to the container. This can be useful for adding customized styles to the container or any of its children using standard CSS rules. See Ext.Component.ctCls also.
@@ -153,16 +155,20 @@ the text of the label for this field (defaults to a colon ':' or the rendered directly after each form field wrapper (defaults to 'x-form-clear-left')Also see getTemplateArgs
Property | Defined By | |
---|---|---|
fieldTpl : Ext.Template The Ext.Template used by Field rendering layout classes (such as
+of this property at the container level takes precedence. | FormLayout | |
renderHidden : Boolean True to hide each contained item on render (defaults to false). | ContainerLayout | |
trackLabels : Boolean True to show/hide the field label when the field is hidden. Defaults to true. | FormLayout |
Property | Defined By | |
---|---|---|
fieldTpl : Ext.Template The Ext.Template used by Field rendering layout classes (such as
Ext.layout.FormLayout) to create the DOM structure o... The Ext.Template used by Field rendering layout classes (such as
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 | |
labelStyle : String Read only. The CSS style specification string added to field labels in this layout if not
+Ext.layout.FormLayout.getTemplateArgs. | 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 | |
labelStyle : String Read only. The CSS style specification string added to field labels in this layout if not
otherwise specified by each... Read only. The CSS style specification string added to field labels in this layout if not
otherwise specified by each contained field. | FormLayout |
Method | Defined By | |
---|---|---|
getTemplateArgs( (Ext.form.Field field )
:
- AnProvides template arguments for rendering the fully wrapped, labeled and styled form Field.
+ Object
Provides template arguments for rendering the fully wrapped, labeled and styled form Field.
This method returns an ob... Provides template arguments for rendering the fully wrapped, labeled and styled form Field. This method returns an object hash containing properties used by the layout's fieldTpl to create a correctly wrapped, labeled and styled form Field. This may be overriden to @@ -176,11 +182,15 @@ supplied at the container level. The text to display as the label for this
-field (defaults to '') The separator to display after
the text of the label for this field (defaults to a colon ':' or the
layout's value for labelSeparator). To hide the separator use empty string ''. The styles text for the input element's wrapper. The CSS class to apply to the special clearing div
rendered directly after each form field wrapper (defaults to 'x-form-clear-left') Parameters:
| FormLayout |
field
: (Ext.form.FieldObject
Number|String v
)
+ :
+ Objectv
: Number|StringObject