<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The source code</title>
- <link href="../prettify/prettify.css" type="text/css" rel="stylesheet" />
- <script type="text/javascript" src="../prettify/prettify.js"></script>
+ <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
<style type="text/css">
.highlight { display: block; background-color: #ddd; }
</style>
</script>
</head>
<body onload="prettyPrint(); highlight();">
- <pre class="prettyprint lang-js"><span id='Ext-Window'>/**
-</span> * @class Ext.Window
- * @ignore
+ <pre class="prettyprint lang-js">/*
+ * @class Ext.window.Window
*/
Ext.Window.override({
-<span id='Ext-Window-method-anchorTo'> /**
-</span> * 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
return this.doAnchor();
},
-<span id='Ext-Window-method-doAnchor'> /**
-</span> * Performs the anchor, using the saved anchorTarget property.
+ /*
+ * Performs the anchor, using the saved anchorTarget property.
* @return {Ext.window.Window} this
* @private
*/
return this;
},
-<span id='Ext-Window-method-clearAnchor'> /**
-</span> * 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() {