X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..ddde20c4d4ac6a8d53de079761155de813845b3c:/docs/output/Ext.layout.FormLayout.html diff --git a/docs/output/Ext.layout.FormLayout.html b/docs/output/Ext.layout.FormLayout.html index e2b077ec..83134ffb 100644 --- a/docs/output/Ext.layout.FormLayout.html +++ b/docs/output/Ext.layout.FormLayout.html @@ -1,4 +1,4 @@ -
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 +111,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.
@@ -158,11 +158,15 @@ Ext.layout.FormLayout) to create the DOM structure o...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 +180,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