X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..refs/tags/3.2.0:/docs/source/AbsoluteLayout.html diff --git a/docs/source/AbsoluteLayout.html b/docs/source/AbsoluteLayout.html index 5bb80c19..135dd227 100644 --- a/docs/source/AbsoluteLayout.html +++ b/docs/source/AbsoluteLayout.html @@ -1,12 +1,18 @@ - - - - The source code - - - - -
/** + + + + The source code + + + + +
/*!
+ * Ext JS Library 3.2.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; -

- +
+ \ No newline at end of file