X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..refs/heads/master:/docs/source/Window-legacy.html diff --git a/docs/source/Window-legacy.html b/docs/source/Window-legacy.html index e59eff8f..002b0678 100644 --- a/docs/source/Window-legacy.html +++ b/docs/source/Window-legacy.html @@ -3,8 +3,8 @@
/** - * @class Ext.Window - * @ignore +/* + * @class Ext.window.Window */ Ext.Window.override({ - /** - * Anchors this window to another element and realigns it when the window is resized or scrolled. - * @param {Mixed} element The element to align to. - * @param {String} position The position to align to (see {@link Ext.core.Element#alignTo} for more details) - * @param {Array} offsets (optional) Offset the positioning by [x, y] + /* + * Anchors this window to another element and realigns it when the window is resized or scrolled. + * @param {String/HTMLElement/Ext.Element} element The element to align to. + * @param {String} position The position to align to (see {@link Ext.Element#alignTo} for more details) + * @param {Number[]} offsets (optional) Offset the positioning by [x, y] * @param {Boolean/Number} monitorScroll (optional) true to monitor body scroll and reposition. If this parameter * is a number, it is used as the buffer delay (defaults to 50ms). * @return {Ext.window.Window} this @@ -48,8 +47,8 @@ Ext.Window.override({ return this.doAnchor(); }, - /** - * Performs the anchor, using the saved anchorTarget property. + /* + * Performs the anchor, using the saved anchorTarget property. * @return {Ext.window.Window} this * @private */ @@ -59,8 +58,8 @@ Ext.Window.override({ return this; }, - /** - * Removes any existing anchor from this window. See {@link #anchorTo}. + /* + * Removes any existing anchor from this window. See {@link #anchorTo}. * @return {Ext.window.Window} this */ clearAnchor: function() {