X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/output/Ext.panel.Proxy.js?ds=sidebyside diff --git a/docs/output/Ext.panel.Proxy.js b/docs/output/Ext.panel.Proxy.js new file mode 100644 index 00000000..ddf8ed38 --- /dev/null +++ b/docs/output/Ext.panel.Proxy.js @@ -0,0 +1,237 @@ +Ext.data.JsonP.Ext_panel_Proxy({ + "tagname": "class", + "name": "Ext.panel.Proxy", + "doc": "

A custom drag proxy implementation specific to Ext.panel.Panels. This class\nis primarily used internally for the Panel's drag drop implementation, and\nshould never need to be created directly.

\n", + "extends": "Object", + "mixins": [ + + ], + "alternateClassNames": [ + "Ext.dd.PanelProxy" + ], + "xtype": null, + "author": null, + "docauthor": null, + "singleton": false, + "private": false, + "cfg": [ + { + "tagname": "cfg", + "name": "insertProxy", + "member": "Ext.panel.Proxy", + "type": "Boolean", + "doc": "

True to insert a placeholder proxy element\nwhile dragging the panel, false to drag with no proxy (defaults to true).\nMost Panels are not absolute positioned and therefore we need to reserve\nthis space.

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js", + "linenr": 25, + "html_filename": "Proxy.html", + "href": "Proxy.html#Ext-panel-Proxy-cfg-insertProxy", + "shortDoc": "True to insert a placeholder proxy element\nwhile dragging the panel, false to drag with no proxy (defaults to true).\n..." + } + ], + "method": [ + { + "tagname": "method", + "name": "Proxy", + "member": "Ext.panel.Proxy", + "doc": "\n", + "params": [ + { + "type": "Object", + "name": "panel", + "doc": "

The Ext.panel.Panel to proxy for

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

Configuration options

\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js", + "linenr": 1, + "html_filename": "Proxy.html", + "href": "Proxy.html#Ext-panel-Proxy-method-constructor", + "shortDoc": "\n" + }, + { + "tagname": "method", + "name": "getEl", + "member": "Ext.panel.Proxy", + "doc": "

Gets the proxy's element

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

The proxy's element

\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js", + "linenr": 40, + "html_filename": "Proxy.html", + "href": "Proxy.html#Ext-panel-Proxy-method-getEl", + "shortDoc": "

Gets the proxy's element

\n" + }, + { + "tagname": "method", + "name": "getGhost", + "member": "Ext.panel.Proxy", + "doc": "

Gets the proxy's ghost Panel

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

The proxy's ghost Panel

\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js", + "linenr": 48, + "html_filename": "Proxy.html", + "href": "Proxy.html#Ext-panel-Proxy-method-getGhost", + "shortDoc": "

Gets the proxy's ghost Panel

\n" + }, + { + "tagname": "method", + "name": "getProxy", + "member": "Ext.panel.Proxy", + "doc": "

Gets the proxy element. This is the element that represents where the\nPanel was before we started the drag operation.

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

The proxy's element

\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js", + "linenr": 56, + "html_filename": "Proxy.html", + "href": "Proxy.html#Ext-panel-Proxy-method-getProxy", + "shortDoc": "

Gets the proxy element. This is the element that represents where the\nPanel was before we started the drag operation.

\n" + }, + { + "tagname": "method", + "name": "hide", + "member": "Ext.panel.Proxy", + "doc": "

Hides the proxy

\n", + "params": [ + + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js", + "linenr": 65, + "html_filename": "Proxy.html", + "href": "Proxy.html#Ext-panel-Proxy-method-hide", + "shortDoc": "

Hides the proxy

\n" + }, + { + "tagname": "method", + "name": "moveProxy", + "member": "Ext.panel.Proxy", + "doc": "

Moves the proxy to a different position in the DOM. This is typically\ncalled while dragging the Panel to keep the proxy sync'd to the Panel's\nlocation.

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

The proxy's parent DOM node

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

(optional) The sibling node before which the\nproxy should be inserted (defaults to the parent's last child if not\nspecified)

\n", + "optional": true + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js", + "linenr": 106, + "html_filename": "Proxy.html", + "href": "Proxy.html#Ext-panel-Proxy-method-moveProxy", + "shortDoc": "Moves the proxy to a different position in the DOM. This is typically\ncalled while dragging the Panel to keep the pr..." + }, + { + "tagname": "method", + "name": "show", + "member": "Ext.panel.Proxy", + "doc": "

Shows the proxy

\n", + "params": [ + + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js", + "linenr": 81, + "html_filename": "Proxy.html", + "href": "Proxy.html#Ext-panel-Proxy-method-show", + "shortDoc": "

Shows the proxy

\n" + } + ], + "property": [ + { + "tagname": "property", + "name": "panel", + "member": "Ext.panel.Proxy", + "type": "Ext.panel.Panel", + "doc": "\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js", + "linenr": 16, + "html_filename": "Proxy.html", + "href": "Proxy.html#Ext-panel-Proxy-property-panel" + } + ], + "event": [ + + ], + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js", + "linenr": 1, + "html_filename": "Proxy.html", + "href": "Proxy.html#Ext-panel-Proxy", + "cssVar": [ + + ], + "cssMixin": [ + + ], + "component": false, + "superclasses": [ + + ], + "subclasses": [ + + ], + "mixedInto": [ + + ], + "allMixins": [ + + ] +}); \ No newline at end of file