X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/source/AbsoluteLayout.html?ds=inline diff --git a/docs/source/AbsoluteLayout.html b/docs/source/AbsoluteLayout.html index 5bb80c19..a297b43c 100644 --- a/docs/source/AbsoluteLayout.html +++ b/docs/source/AbsoluteLayout.html @@ -1,12 +1,18 @@ - -
- -/** + + + ++ \ No newline at end of fileThe source code + + + + +/*! + * Ext JS Library 3.3.0 + * Copyright(c) 2006-2010 Ext JS, Inc. + * licensing@extjs.com + * http://www.extjs.com/license + */ +/** * @class Ext.layout.AbsoluteLayout * @extends Ext.layout.AnchorLayout *- +This is a layout that inherits the anchoring of {@link Ext.layout.AnchorLayout} and adds the @@ -59,7 +65,7 @@ Ext.layout.AbsoluteLayout = Ext.extend(Ext.layout.AnchorLayout, { extraCls: 'x-abs-layout-item', - type: 'anchor', + type: 'absolute', onLayout : function(ct, target){ target.position(); @@ -83,6 +89,6 @@ Ext.layout.AbsoluteLayout = Ext.extend(Ext.layout.AnchorLayout, { */ }); Ext.Container.LAYOUTS['absolute'] = Ext.layout.AbsoluteLayout; -