X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/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

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.

@@ -158,11 +158,15 @@ 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 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

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