X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/output/Ext.Window.js diff --git a/docs/output/Ext.Window.js b/docs/output/Ext.Window.js new file mode 100644 index 00000000..f0b4c815 --- /dev/null +++ b/docs/output/Ext.Window.js @@ -0,0 +1,114 @@ +Ext.data.JsonP.Ext_Window({ + "tagname": "class", + "name": "Ext.Window", + "doc": "\n", + "extends": null, + "mixins": [ + + ], + "alternateClassNames": [ + + ], + "xtype": null, + "author": null, + "docauthor": null, + "singleton": false, + "private": true, + "cfg": [ + + ], + "method": [ + { + "tagname": "method", + "name": "anchorTo", + "member": "Ext.Window", + "doc": "

Anchors this window to another element and realigns it when the window is resized or scrolled.

\n", + "params": [ + { + "type": "Mixed", + "name": "element", + "doc": "

The element to align to.

\n", + "optional": false + }, + { + "type": "String", + "name": "position", + "doc": "

The position to align to (see Ext.core.Element.alignTo for more details)

\n", + "optional": false + }, + { + "type": "Array", + "name": "offsets", + "doc": "

(optional) Offset the positioning by [x, y]

\n", + "optional": true + }, + { + "type": "Boolean/Number", + "name": "monitorScroll", + "doc": "

(optional) true to monitor body scroll and reposition. If this parameter\nis a number, it is used as the buffer delay (defaults to 50ms).

\n", + "optional": true + } + ], + "return": { + "type": "Ext.window.Window", + "doc": "

this

\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/window/Window-legacy.js", + "linenr": 6, + "html_filename": "Window-legacy.html", + "href": "Window-legacy.html#Ext-Window-method-anchorTo", + "shortDoc": "

Anchors this window to another element and realigns it when the window is resized or scrolled.

\n" + }, + { + "tagname": "method", + "name": "clearAnchor", + "member": "Ext.Window", + "doc": "

Removes any existing anchor from this window. See anchorTo.

\n", + "params": [ + + ], + "return": { + "type": "Ext.window.Window", + "doc": "

this

\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/window/Window-legacy.js", + "linenr": 45, + "html_filename": "Window-legacy.html", + "href": "Window-legacy.html#Ext-Window-method-clearAnchor", + "shortDoc": "

Removes any existing anchor from this window. See anchorTo.

\n" + } + ], + "property": [ + + ], + "event": [ + + ], + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/window/Window-legacy.js", + "linenr": 1, + "html_filename": "Window-legacy.html", + "href": "Window-legacy.html#Ext-Window", + "cssVar": [ + + ], + "cssMixin": [ + + ], + "component": false, + "superclasses": [ + + ], + "subclasses": [ + + ], + "mixedInto": [ + + ], + "allMixins": [ + + ] +}); \ No newline at end of file