Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / 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
deleted file mode 100644 (file)
index 3806e44..0000000
+++ /dev/null
@@ -1,334 +0,0 @@
-Ext.data.JsonP.Ext_dd_DragDropManager_ElementWrapper({
-  "tagname": "class",
-  "name": "Ext.dd.DragDropManager.ElementWrapper",
-  "doc": "<p>Inner class for cached elements @for DragDropManager @deprecated</p>\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": "<p>Returns the X position of an html element</p>\n",
-      "params": [
-        {
-          "type": "Object",
-          "name": "el",
-          "doc": "<p>the element for which to get the position</p>\n",
-          "optional": false
-        }
-      ],
-      "return": {
-        "type": "int",
-        "doc": "<p>the X coordinate\n@for DragDropManager</p>\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": "<p>Returns the X position of an html element</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "getPosY",
-      "member": "Ext.dd.DragDropManager.ElementWrapper",
-      "doc": "<p>Returns the Y position of an html element</p>\n",
-      "params": [
-        {
-          "type": "Object",
-          "name": "el",
-          "doc": "<p>the element for which to get the position</p>\n",
-          "optional": false
-        }
-      ],
-      "return": {
-        "type": "int",
-        "doc": "<p>the Y coordinate</p>\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": "<p>Returns the Y position of an html element</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "getScrollLeft",
-      "member": "Ext.dd.DragDropManager.ElementWrapper",
-      "doc": "<p>Gets the scrollLeft</p>\n",
-      "params": [
-
-      ],
-      "return": {
-        "type": "int",
-        "doc": "<p>the document's scrollTop</p>\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": "<p>Gets the scrollLeft</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "getScrollTop",
-      "member": "Ext.dd.DragDropManager.ElementWrapper",
-      "doc": "<p>Gets the scrollTop</p>\n",
-      "params": [
-
-      ],
-      "return": {
-        "type": "int",
-        "doc": "<p>the document's scrollTop</p>\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": "<p>Gets the scrollTop</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "getStyle",
-      "member": "Ext.dd.DragDropManager.ElementWrapper",
-      "doc": "<p>Returns the specified element style property</p>\n",
-      "params": [
-        {
-          "type": "HTMLElement",
-          "name": "el",
-          "doc": "<p>the element</p>\n",
-          "optional": false
-        },
-        {
-          "type": "string",
-          "name": "styleProp",
-          "doc": "<p>the style property</p>\n",
-          "optional": false
-        }
-      ],
-      "return": {
-        "type": "string",
-        "doc": "<p>The value of the style property</p>\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": "<p>Returns the specified element style property</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "handleWasClicked",
-      "member": "Ext.dd.DragDropManager.ElementWrapper",
-      "doc": "<p>Recursively searches the immediate parent and all child nodes for\nthe handle element in order to determine wheter or not it was\nclicked.</p>\n",
-      "params": [
-        {
-          "type": "Object",
-          "name": "node",
-          "doc": "<p>the html element to inspect</p>\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": "<p>Sets the x/y position of an element to the location of the\ntarget element.</p>\n",
-      "params": [
-        {
-          "type": "HTMLElement",
-          "name": "moveEl",
-          "doc": "<p>The element to move</p>\n",
-          "optional": false
-        },
-        {
-          "type": "HTMLElement",
-          "name": "targetEl",
-          "doc": "<p>The position reference element</p>\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": "<p>Sets the x/y position of an element to the location of the\ntarget element.</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "numericSort",
-      "member": "Ext.dd.DragDropManager.ElementWrapper",
-      "doc": "<p>Numeric array sort function</p>\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": "<p>Numeric array sort function</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "swapNode",
-      "member": "Ext.dd.DragDropManager.ElementWrapper",
-      "doc": "<p>Swap two nodes.  In IE, we use the native method, for others we\nemulate the IE behavior</p>\n",
-      "params": [
-        {
-          "type": "Object",
-          "name": "n1",
-          "doc": "<p>the first node to swap</p>\n",
-          "optional": false
-        },
-        {
-          "type": "Object",
-          "name": "n2",
-          "doc": "<p>the other node to swap</p>\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": "<p>Swap two nodes.  In IE, we use the native method, for others we\nemulate the IE behavior</p>\n"
-    }
-  ],
-  "property": [
-    {
-      "tagname": "property",
-      "name": "css",
-      "member": "Ext.dd.DragDropManager.ElementWrapper",
-      "type": "Object",
-      "doc": "<p>A reference to the style property</p>\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": "<p>The element</p>\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": "<p>The element id</p>\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