X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/output/Ext.dd.DragDropManager.ElementWrapper.js diff --git a/docs/output/Ext.dd.DragDropManager.ElementWrapper.js b/docs/output/Ext.dd.DragDropManager.ElementWrapper.js new file mode 100644 index 00000000..3806e44a --- /dev/null +++ b/docs/output/Ext.dd.DragDropManager.ElementWrapper.js @@ -0,0 +1,334 @@ +Ext.data.JsonP.Ext_dd_DragDropManager_ElementWrapper({ + "tagname": "class", + "name": "Ext.dd.DragDropManager.ElementWrapper", + "doc": "

Inner class for cached elements @for DragDropManager @deprecated

\n", + "extends": null, + "mixins": [ + + ], + "alternateClassNames": [ + + ], + "xtype": null, + "author": null, + "docauthor": null, + "singleton": false, + "private": true, + "cfg": [ + + ], + "method": [ + { + "tagname": "method", + "name": "getPosX", + "member": "Ext.dd.DragDropManager.ElementWrapper", + "doc": "

Returns the X position of an html element

\n", + "params": [ + { + "type": "Object", + "name": "el", + "doc": "

the element for which to get the position

\n", + "optional": false + } + ], + "return": { + "type": "int", + "doc": "

the X coordinate\n@for DragDropManager

\n" + }, + "private": false, + "static": true, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js", + "linenr": 1117, + "html_filename": "DragDropManager.html", + "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-getPosX", + "shortDoc": "

Returns the X position of an html element

\n" + }, + { + "tagname": "method", + "name": "getPosY", + "member": "Ext.dd.DragDropManager.ElementWrapper", + "doc": "

Returns the Y position of an html element

\n", + "params": [ + { + "type": "Object", + "name": "el", + "doc": "

the element for which to get the position

\n", + "optional": false + } + ], + "return": { + "type": "int", + "doc": "

the Y coordinate

\n" + }, + "private": false, + "static": true, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js", + "linenr": 1129, + "html_filename": "DragDropManager.html", + "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-getPosY", + "shortDoc": "

Returns the Y position of an html element

\n" + }, + { + "tagname": "method", + "name": "getScrollLeft", + "member": "Ext.dd.DragDropManager.ElementWrapper", + "doc": "

Gets the scrollLeft

\n", + "params": [ + + ], + "return": { + "type": "int", + "doc": "

the document's scrollTop

\n" + }, + "private": false, + "static": true, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js", + "linenr": 1219, + "html_filename": "DragDropManager.html", + "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-getScrollLeft", + "shortDoc": "

Gets the scrollLeft

\n" + }, + { + "tagname": "method", + "name": "getScrollTop", + "member": "Ext.dd.DragDropManager.ElementWrapper", + "doc": "

Gets the scrollTop

\n", + "params": [ + + ], + "return": { + "type": "int", + "doc": "

the document's scrollTop

\n" + }, + "private": false, + "static": true, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js", + "linenr": 1209, + "html_filename": "DragDropManager.html", + "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-getScrollTop", + "shortDoc": "

Gets the scrollTop

\n" + }, + { + "tagname": "method", + "name": "getStyle", + "member": "Ext.dd.DragDropManager.ElementWrapper", + "doc": "

Returns the specified element style property

\n", + "params": [ + { + "type": "HTMLElement", + "name": "el", + "doc": "

the element

\n", + "optional": false + }, + { + "type": "string", + "name": "styleProp", + "doc": "

the style property

\n", + "optional": false + } + ], + "return": { + "type": "string", + "doc": "

The value of the style property

\n" + }, + "private": false, + "static": true, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js", + "linenr": 1197, + "html_filename": "DragDropManager.html", + "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-getStyle", + "shortDoc": "

Returns the specified element style property

\n" + }, + { + "tagname": "method", + "name": "handleWasClicked", + "member": "Ext.dd.DragDropManager.ElementWrapper", + "doc": "

Recursively searches the immediate parent and all child nodes for\nthe handle element in order to determine wheter or not it was\nclicked.

\n", + "params": [ + { + "type": "Object", + "name": "node", + "doc": "

the html element to inspect

\n", + "optional": false + }, + { + "type": "Object", + "name": "id", + "doc": "\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": true, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js", + "linenr": 1280, + "html_filename": "DragDropManager.html", + "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-handleWasClicked", + "shortDoc": "Recursively searches the immediate parent and all child nodes for\nthe handle element in order to determine wheter or ..." + }, + { + "tagname": "method", + "name": "moveToEl", + "member": "Ext.dd.DragDropManager.ElementWrapper", + "doc": "

Sets the x/y position of an element to the location of the\ntarget element.

\n", + "params": [ + { + "type": "HTMLElement", + "name": "moveEl", + "doc": "

The element to move

\n", + "optional": false + }, + { + "type": "HTMLElement", + "name": "targetEl", + "doc": "

The position reference element

\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": true, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js", + "linenr": 1229, + "html_filename": "DragDropManager.html", + "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-moveToEl", + "shortDoc": "

Sets the x/y position of an element to the location of the\ntarget element.

\n" + }, + { + "tagname": "method", + "name": "numericSort", + "member": "Ext.dd.DragDropManager.ElementWrapper", + "doc": "

Numeric array sort function

\n", + "params": [ + { + "type": "Object", + "name": "a", + "doc": "\n", + "optional": false + }, + { + "type": "Object", + "name": "b", + "doc": "\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": true, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js", + "linenr": 1242, + "html_filename": "DragDropManager.html", + "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-numericSort", + "shortDoc": "

Numeric array sort function

\n" + }, + { + "tagname": "method", + "name": "swapNode", + "member": "Ext.dd.DragDropManager.ElementWrapper", + "doc": "

Swap two nodes. In IE, we use the native method, for others we\nemulate the IE behavior

\n", + "params": [ + { + "type": "Object", + "name": "n1", + "doc": "

the first node to swap

\n", + "optional": false + }, + { + "type": "Object", + "name": "n2", + "doc": "

the other node to swap

\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": true, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js", + "linenr": 1140, + "html_filename": "DragDropManager.html", + "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-swapNode", + "shortDoc": "

Swap two nodes. In IE, we use the native method, for others we\nemulate the IE behavior

\n" + } + ], + "property": [ + { + "tagname": "property", + "name": "css", + "member": "Ext.dd.DragDropManager.ElementWrapper", + "type": "Object", + "doc": "

A reference to the style property

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js", + "linenr": 1110, + "html_filename": "DragDropManager.html", + "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-property-css" + }, + { + "tagname": "property", + "name": "el", + "member": "Ext.dd.DragDropManager.ElementWrapper", + "type": "Object", + "doc": "

The element

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js", + "linenr": 1100, + "html_filename": "DragDropManager.html", + "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-property-el" + }, + { + "tagname": "property", + "name": "id", + "member": "Ext.dd.DragDropManager.ElementWrapper", + "type": "Object", + "doc": "

The element id

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js", + "linenr": 1105, + "html_filename": "DragDropManager.html", + "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-property-id" + } + ], + "event": [ + + ], + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js", + "linenr": 1092, + "html_filename": "DragDropManager.html", + "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper", + "cssVar": [ + + ], + "cssMixin": [ + + ], + "component": false, + "superclasses": [ + + ], + "subclasses": [ + + ], + "mixedInto": [ + + ], + "allMixins": [ + + ] +}); \ No newline at end of file