X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/output/Ext.panel.Proxy.js diff --git a/docs/output/Ext.panel.Proxy.js b/docs/output/Ext.panel.Proxy.js index ddf8ed38..5a3b51a5 100644 --- a/docs/output/Ext.panel.Proxy.js +++ b/docs/output/Ext.panel.Proxy.js @@ -1,237 +1,273 @@ 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": [ + "allMixins": [ ], - "alternateClassNames": [ - "Ext.dd.PanelProxy" - ], - "xtype": null, - "author": null, + "deprecated": 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": [ - { + "members": { + "cfg": [ + { + "type": "Boolean", + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "cfg", + "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). ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js", + "private": false, + "name": "insertProxy", + "owner": "Ext.panel.Proxy", + "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", + "linenr": 27, + "html_filename": "Proxy.html" + } + ], + "method": [ + { + "deprecated": null, + "alias": null, + "href": "Proxy.html#Ext-panel-Proxy-method-constructor", + "tagname": "method", + "protected": false, + "shortDoc": "Creates new panel proxy. ...", + "static": false, + "params": [ + { + "type": "Ext.panel.Panel", + "optional": false, + "doc": "

The Ext.panel.Panel to proxy for

\n", + "name": "panel" + }, + { + "type": "Object", + "optional": true, + "doc": "

(optional) Config object

\n", + "name": "config" + } + ], + "private": false, + "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js", + "doc": "

Creates new panel proxy.

\n", + "owner": "Ext.panel.Proxy", + "name": "Proxy", + "html_filename": "Proxy.html", + "return": { "type": "Object", - "name": "panel", - "doc": "

The Ext.panel.Panel to proxy for

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

Configuration options

\n", - "optional": false - } - ], - "return": { - "type": "void", - "doc": "\n" + "linenr": 12 }, - "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": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Proxy.html#Ext-panel-Proxy-method-getEl", + "shortDoc": "Gets the proxy's element ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js", + "private": false, + "params": [ - ], - "return": { - "type": "Element", - "doc": "

The proxy's element

\n" + ], + "name": "getEl", + "owner": "Ext.panel.Proxy", + "doc": "

Gets the proxy's element

\n", + "linenr": 42, + "return": { + "type": "Element", + "doc": "

The proxy's element

\n" + }, + "html_filename": "Proxy.html" }, - "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": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Proxy.html#Ext-panel-Proxy-method-getGhost", + "shortDoc": "Gets the proxy's ghost Panel ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js", + "private": false, + "params": [ - ], - "return": { - "type": "Panel", - "doc": "

The proxy's ghost Panel

\n" + ], + "name": "getGhost", + "owner": "Ext.panel.Proxy", + "doc": "

Gets the proxy's ghost Panel

\n", + "linenr": 50, + "return": { + "type": "Panel", + "doc": "

The proxy's ghost Panel

\n" + }, + "html_filename": "Proxy.html" }, - "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": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Proxy.html#Ext-panel-Proxy-method-getProxy", + "shortDoc": "Gets the proxy element. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js", + "private": false, + "params": [ - ], - "return": { - "type": "Element", - "doc": "

The proxy's element

\n" + ], + "name": "getProxy", + "owner": "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", + "linenr": 58, + "return": { + "type": "Element", + "doc": "

The proxy's element

\n" + }, + "html_filename": "Proxy.html" }, - "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": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Proxy.html#Ext-panel-Proxy-method-hide", + "shortDoc": "Hides the proxy ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js", + "private": false, + "params": [ - ], - "return": { - "type": "void", - "doc": "\n" + ], + "name": "hide", + "owner": "Ext.panel.Proxy", + "doc": "

Hides the proxy

\n", + "linenr": 67, + "return": { + "type": "void", + "doc": "\n" + }, + "html_filename": "Proxy.html" }, - "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 + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Proxy.html#Ext-panel-Proxy-method-moveProxy", + "shortDoc": "Moves the proxy to a different position in the DOM. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js", + "private": false, + "params": [ + { + "type": "HTMLElement", + "optional": false, + "doc": "

The proxy's parent DOM node

\n", + "name": "parentNode" + }, + { + "type": "HTMLElement", + "optional": true, + "doc": "

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

\n", + "name": "before" + } + ], + "name": "moveProxy", + "owner": "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", + "linenr": 108, + "return": { + "type": "void", + "doc": "\n" }, - { - "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" + "html_filename": "Proxy.html" }, - "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": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Proxy.html#Ext-panel-Proxy-method-show", + "shortDoc": "Shows the proxy ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js", + "private": false, + "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": [ + ], + "name": "show", + "owner": "Ext.panel.Proxy", + "doc": "

Shows the proxy

\n", + "linenr": 83, + "return": { + "type": "void", + "doc": "\n" + }, + "html_filename": "Proxy.html" + } + ], + "property": [ + { + "type": "Ext.panel.Panel", + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "property", + "href": "Proxy.html#Ext-panel-Proxy-property-panel", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js", + "private": false, + "name": "panel", + "owner": "Ext.panel.Proxy", + "doc": "\n", + "linenr": 18, + "html_filename": "Proxy.html" + } + ], + "cssVar": [ - ], - "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": [ - ], - "cssMixin": [ + ], + "event": [ - ], - "component": false, + ] + }, + "singleton": false, + "alias": null, "superclasses": [ ], + "protected": false, + "tagname": "class", + "mixins": [ + + ], + "href": "Proxy.html#Ext-panel-Proxy", "subclasses": [ ], + "static": false, + "author": null, + "component": false, + "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js", + "private": false, + "alternateClassNames": [ + "Ext.dd.PanelProxy" + ], + "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", "mixedInto": [ ], - "allMixins": [ + "linenr": 1, + "xtypes": [ - ] + ], + "html_filename": "Proxy.html", + "extends": "Object" }); \ No newline at end of file