return (el) ? el.style : null;
},
- <div id="cls-DragDropMgr.ElementWrapper"></div>/**
+ <div id="cls-Ext.dd.DragDropMgr.ElementWrapper"></div>/**
* Inner class for cached elements
- * @class DragDropMgr.ElementWrapper
+ * @class Ext.dd.DragDropMgr.ElementWrapper
* @for DragDropMgr
* @private
* @deprecated
*/
ElementWrapper: function(el) {
- <div id="prop-DragDropMgr.ElementWrapper-el"></div>/**
+ <div id="prop-Ext.dd.DragDropMgr.ElementWrapper-el"></div>/**
* The element
* @property el
*/
this.el = el || null;
- <div id="prop-DragDropMgr.ElementWrapper-id"></div>/**
+ <div id="prop-Ext.dd.DragDropMgr.ElementWrapper-id"></div>/**
* The element id
* @property id
*/
this.id = this.el && el.id;
- <div id="prop-DragDropMgr.ElementWrapper-css"></div>/**
+ <div id="prop-Ext.dd.DragDropMgr.ElementWrapper-css"></div>/**
* A reference to the style property
* @property css
*/
this.css = this.el && el.style;
},
- <div id="method-DragDropMgr.ElementWrapper-getPosX"></div>/**
+ <div id="method-Ext.dd.DragDropMgr.ElementWrapper-getPosX"></div>/**
* Returns the X position of an html element
* @method getPosX
* @param el the element for which to get the position
return Ext.lib.Dom.getX(el);
},
- <div id="method-DragDropMgr.ElementWrapper-getPosY"></div>/**
+ <div id="method-Ext.dd.DragDropMgr.ElementWrapper-getPosY"></div>/**
* Returns the Y position of an html element
* @method getPosY
* @param el the element for which to get the position
return Ext.lib.Dom.getY(el);
},
- <div id="method-DragDropMgr.ElementWrapper-swapNode"></div>/**
+ <div id="method-Ext.dd.DragDropMgr.ElementWrapper-swapNode"></div>/**
* Swap two nodes. In IE, we use the native method, for others we
* emulate the IE behavior
* @method swapNode
return { top: t, left: l };
},
- <div id="method-DragDropMgr.ElementWrapper-getStyle"></div>/**
+ <div id="method-Ext.dd.DragDropMgr.ElementWrapper-getStyle"></div>/**
* Returns the specified element style property
* @method getStyle
* @param {HTMLElement} el the element
return Ext.fly(el).getStyle(styleProp);
},
- <div id="method-DragDropMgr.ElementWrapper-getScrollTop"></div>/**
+ <div id="method-Ext.dd.DragDropMgr.ElementWrapper-getScrollTop"></div>/**
* Gets the scrollTop
* @method getScrollTop
* @return {int} the document's scrollTop
*/
getScrollTop: function () { return this.getScroll().top; },
- <div id="method-DragDropMgr.ElementWrapper-getScrollLeft"></div>/**
+ <div id="method-Ext.dd.DragDropMgr.ElementWrapper-getScrollLeft"></div>/**
* Gets the scrollLeft
* @method getScrollLeft
* @return {int} the document's scrollTop
*/
getScrollLeft: function () { return this.getScroll().left; },
- <div id="method-DragDropMgr.ElementWrapper-moveToEl"></div>/**
+ <div id="method-Ext.dd.DragDropMgr.ElementWrapper-moveToEl"></div>/**
* Sets the x/y position of an element to the location of the
* target element.
* @method moveToEl
Ext.lib.Dom.setXY(moveEl, aCoord);
},
- <div id="method-DragDropMgr.ElementWrapper-numericSort"></div>/**
+ <div id="method-Ext.dd.DragDropMgr.ElementWrapper-numericSort"></div>/**
* Numeric array sort function
* @method numericSort
* @static
}
},
- <div id="method-DragDropMgr.ElementWrapper-handleWasClicked"></div>/**
+ <div id="method-Ext.dd.DragDropMgr.ElementWrapper-handleWasClicked"></div>/**
* Recursively searches the immediate parent and all child nodes for
* the handle element in order to determine wheter or not it was
* clicked.