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

Class Ext.layout.AbsoluteLayout

Package:Ext.layout
Defined In:AbsoluteLayout.js
Class:AbsoluteLayout
Extends:AnchorLayout

This is a layout that inherits the anchoring of Ext.layout.AnchorLayout and adds the +

ContainerLayout
  AnchorLayout
    AbsoluteLayout

Class Ext.layout.AbsoluteLayout

Package:Ext.layout
Defined In:AbsoluteLayout.js
Class:AbsoluteLayout
Extends:AnchorLayout

This is a layout that inherits the anchoring of Ext.layout.AnchorLayout and adds the ability for x/y positioning using the standard x and y component config options.

This class is intended to be extended or created via the layout configuration property. See Ext.Container.layout for additional details.

@@ -71,7 +71,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.

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