X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.layout.FormLayout.html?ds=sidebyside diff --git a/docs/output/Ext.layout.FormLayout.html b/docs/output/Ext.layout.FormLayout.html index d13bedb8..f0d26e2e 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' @@ -80,37 +80,37 @@ Ext.QuickTips.init(); labelSeparator: '>>', // takes precedence over layoutConfig value labelWidth: 65, // defaults to 100 labelPad: 8 // defaults to 5, must specify labelWidth to be honored -});
Config Options | Defined By | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
anchor : String This configuation option is to be applied to child items of a container managed by
-this layout (ie. configured with ... This configuation option is to be applied to child items of a container managed by -this layout (ie. configured with layout:'anchor'). - This value is what tells the layout how an item should be anchored to the container. items -added to an AnchorLayout accept an anchoring-specific config property of anchor which is a string -containing two values: the horizontal anchor value and the vertical anchor value (for example, '100% 50%'). -The following types of anchor values are supported:
Config Options
Public Methods
Public Methods
Public EventsThis class has no public events. Parameters:
| FormLayout |