X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.layout.AnchorLayout.html diff --git a/docs/output/Ext.layout.AnchorLayout.html b/docs/output/Ext.layout.AnchorLayout.html index c53a0ac0..84ad6b69 100644 --- a/docs/output/Ext.layout.AnchorLayout.html +++ b/docs/output/Ext.layout.AnchorLayout.html @@ -1,4 +1,4 @@ -
ContainerLayout
  AnchorLayout

Class Ext.layout.AnchorLayout

Package:Ext.layout
Defined In:AnchorLayout.js
Class:AnchorLayout
Subclasses:AbsoluteLayout, FormLayout
Extends:ContainerLayout

This is a layout that enables anchoring of contained elements relative to the container's dimensions. +

ContainerLayout
  AnchorLayout

Class Ext.layout.AnchorLayout

Package:Ext.layout
Defined In:AnchorLayout.js
Class:AnchorLayout
Subclasses:AbsoluteLayout, FormLayout
Extends:ContainerLayout

This is a layout that enables anchoring of contained elements relative to the container's dimensions. If the container is resized, all anchored items are automatically rerendered according to their anchor rules.

This class is intended to be extended or created via the layout:'anchor' Ext.Container.layout @@ -59,7 +59,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.

@@ -77,4 +77,12 @@ 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

Public Methods

This class has no public methods.

Public Events

This class has no public events.
\ No newline at end of file +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

Public Methods

MethodDefined By

Public Events

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