X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.layout.FormLayout.html diff --git a/docs/output/Ext.layout.FormLayout.html b/docs/output/Ext.layout.FormLayout.html index e2b077ec..e28bd953 100644 --- a/docs/output/Ext.layout.FormLayout.html +++ b/docs/output/Ext.layout.FormLayout.html @@ -1,4 +1,4 @@ -
ContainerLayout
  AnchorLayout
    FormLayout

Class Ext.layout.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

Class Ext.layout.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 values can also be mixed as needed. For example, to render the width offset from the container right edge by 50 pixels and 75% of the container's height use:
anchor: '-50 75%'
-
AnchorLayout extraCls : String
An optional extra CSS class that will be added to the container. This can be useful for adding +
AnchorLayout defaultAnchor : String
default anchor for all child container items applied if no anchor or specific width is set on the child item. Defaul...
default anchor for all child container items applied if no anchor or specific width is set on the child item. Defaults to '100%'.
AnchorLayout extraCls : String
An optional extra CSS class that will be added to the container. This can be useful for adding customized styles to t...

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 +153,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

FormLayout labelSeparator : String
See Ext.form.FormPanel.labelSeparator. Configuration -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 false.
FormLayout

Public Properties

PropertyDefined By
 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

Public Properties

PropertyDefined By

Public Methods

MethodDefined By

Public Events

This class has no public events.
\ No newline at end of file +
Parameters:Returns:
FormLayout parseMarginsNumber|String v ) + : + Object
Parses 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:
  • v : Number|String
    The encoded margins
Returns:
  • Object
    An object with margin sizes for top, right, bottom and left
ContainerLayout

Public Events

This class has no public events.
\ No newline at end of file