X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/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 index 3806e44a..d5c0195e 100644 --- a/docs/output/Ext.dd.DragDropManager.ElementWrapper.js +++ b/docs/output/Ext.dd.DragDropManager.ElementWrapper.js @@ -1,334 +1 @@ -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 +Ext.data.JsonP.Ext_dd_DragDropManager_ElementWrapper({"tagname":"class","html":"

Files

NOTE This is a private utility class for internal use by the framework. Don't rely on its existence.

Inner class for cached elements

\n
Defined By

Properties

 

A reference to the style property

\n

A reference to the style property

\n
","allMixins":[],"meta":{},"requires":[],"deprecated":{"doc":null,"tagname":"deprecated","text":"","version":null},"extends":null,"inheritable":false,"static":false,"superclasses":[],"singleton":false,"code_type":"assignment","alias":null,"statics":{"property":[],"css_var":[],"css_mixin":[],"cfg":[],"method":[],"event":[]},"subclasses":[],"uses":[],"protected":false,"mixins":[],"members":{"property":[{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDropManager.ElementWrapper","template":null,"required":null,"protected":false,"name":"css","id":"property-css"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDropManager.ElementWrapper","template":null,"required":null,"protected":false,"name":"el","id":"property-el"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDropManager.ElementWrapper","template":null,"required":null,"protected":false,"name":"id","id":"property-id"}],"css_var":[],"css_mixin":[],"cfg":[],"method":[],"event":[]},"private":true,"component":false,"name":"Ext.dd.DragDropManager.ElementWrapper","alternateClassNames":[],"id":"class-Ext.dd.DragDropManager.ElementWrapper","mixedInto":[],"xtypes":{},"files":[{"href":"DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper","filename":"DragDropManager.js"}]}); \ No newline at end of file