X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/output/Ext.dd.ScrollManager.js diff --git a/docs/output/Ext.dd.ScrollManager.js b/docs/output/Ext.dd.ScrollManager.js new file mode 100644 index 00000000..780ab31e --- /dev/null +++ b/docs/output/Ext.dd.ScrollManager.js @@ -0,0 +1,214 @@ +Ext.data.JsonP.Ext_dd_ScrollManager({ + "tagname": "class", + "name": "Ext.dd.ScrollManager", + "doc": "

Provides automatic scrolling of overflow regions in the page during drag operations.

\n\n\n

The ScrollManager configs will be used as the defaults for any scroll container registered with it,\nbut you can also override most of the configs per scroll container by adding a\nddScrollConfig object to the target element that contains these properties: hthresh,\nvthresh, increment and frequency. Example usage:\n

var el = Ext.get('scroll-ct');\nel.ddScrollConfig = {\n    vthresh: 50,\n    hthresh: -1,\n    frequency: 100,\n    increment: 200\n};\nExt.dd.ScrollManager.register(el);\n
\nNote: This class uses \"Point Mode\" and is untested in \"Intersect Mode\".\n\n", + "extends": null, + "mixins": [ + + ], + "alternateClassNames": [ + + ], + "xtype": null, + "author": null, + "docauthor": null, + "singleton": true, + "private": false, + "cfg": [ + + ], + "method": [ + { + "tagname": "method", + "name": "refreshCache", + "member": "Ext.dd.ScrollManager", + "doc": "

Manually trigger a cache refresh.

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

Manually trigger a cache refresh.

\n" + }, + { + "tagname": "method", + "name": "register", + "member": "Ext.dd.ScrollManager", + "doc": "

Registers new overflow element(s) to auto scroll

\n", + "params": [ + { + "type": "Mixed/Array", + "name": "el", + "doc": "

The id of or the element to be scrolled or an array of either

\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/ScrollManager.js", + "linenr": 136, + "html_filename": "ScrollManager.html", + "href": "ScrollManager.html#Ext-dd-ScrollManager-method-register", + "shortDoc": "

Registers new overflow element(s) to auto scroll

\n" + }, + { + "tagname": "method", + "name": "unregister", + "member": "Ext.dd.ScrollManager", + "doc": "

Unregisters overflow element(s) so they are no longer scrolled

\n", + "params": [ + { + "type": "Mixed/Array", + "name": "el", + "doc": "

The id of or the element to be removed or an array of either

\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/ScrollManager.js", + "linenr": 151, + "html_filename": "ScrollManager.html", + "href": "ScrollManager.html#Ext-dd-ScrollManager-method-unregister", + "shortDoc": "

Unregisters overflow element(s) so they are no longer scrolled

\n" + } + ], + "property": [ + { + "tagname": "property", + "name": "animDuration", + "member": "Ext.dd.ScrollManager", + "type": "Number", + "doc": "

The animation duration in seconds -\nMUST BE less than Ext.dd.ScrollManager.frequency! (defaults to .4)

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/ScrollManager.js", + "linenr": 197, + "html_filename": "ScrollManager.html", + "href": "ScrollManager.html#Ext-dd-ScrollManager-property-animDuration" + }, + { + "tagname": "property", + "name": "animate", + "member": "Ext.dd.ScrollManager", + "type": "Boolean", + "doc": "

True to animate the scroll (defaults to true)

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/ScrollManager.js", + "linenr": 191, + "html_filename": "ScrollManager.html", + "href": "ScrollManager.html#Ext-dd-ScrollManager-property-animate" + }, + { + "tagname": "property", + "name": "ddGroup", + "member": "Ext.dd.ScrollManager", + "type": "String", + "doc": "

The named drag drop group to which this container belongs (defaults to undefined).\nIf a ddGroup is specified, then container scrolling will only occur when a dragged object is in the same ddGroup.

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/ScrollManager.js", + "linenr": 204, + "html_filename": "ScrollManager.html", + "href": "ScrollManager.html#Ext-dd-ScrollManager-property-ddGroup", + "shortDoc": "The named drag drop group to which this container belongs (defaults to undefined).\nIf a ddGroup is specified, then co..." + }, + { + "tagname": "property", + "name": "frequency", + "member": "Ext.dd.ScrollManager", + "type": "Number", + "doc": "

The frequency of scrolls in milliseconds (defaults to 500)

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/ScrollManager.js", + "linenr": 185, + "html_filename": "ScrollManager.html", + "href": "ScrollManager.html#Ext-dd-ScrollManager-property-frequency" + }, + { + "tagname": "property", + "name": "hthresh", + "member": "Ext.dd.ScrollManager", + "type": "Number", + "doc": "

The number of pixels from the right or left edge of a container the pointer needs to be to\ntrigger scrolling (defaults to 25)

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/ScrollManager.js", + "linenr": 172, + "html_filename": "ScrollManager.html", + "href": "ScrollManager.html#Ext-dd-ScrollManager-property-hthresh", + "shortDoc": "The number of pixels from the right or left edge of a container the pointer needs to be to\ntrigger scrolling (default..." + }, + { + "tagname": "property", + "name": "increment", + "member": "Ext.dd.ScrollManager", + "type": "Number", + "doc": "

The number of pixels to scroll in each scroll increment (defaults to 100)

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/ScrollManager.js", + "linenr": 179, + "html_filename": "ScrollManager.html", + "href": "ScrollManager.html#Ext-dd-ScrollManager-property-increment" + }, + { + "tagname": "property", + "name": "vthresh", + "member": "Ext.dd.ScrollManager", + "type": "Number", + "doc": "

The number of pixels from the top or bottom edge of a container the pointer needs to be to\ntrigger scrolling (defaults to 25)

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/ScrollManager.js", + "linenr": 166, + "html_filename": "ScrollManager.html", + "href": "ScrollManager.html#Ext-dd-ScrollManager-property-vthresh", + "shortDoc": "The number of pixels from the top or bottom edge of a container the pointer needs to be to\ntrigger scrolling (default..." + } + ], + "event": [ + + ], + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/ScrollManager.js", + "linenr": 1, + "html_filename": "ScrollManager.html", + "href": "ScrollManager.html#Ext-dd-ScrollManager", + "cssVar": [ + + ], + "cssMixin": [ + + ], + "component": false, + "superclasses": [ + + ], + "subclasses": [ + + ], + "mixedInto": [ + + ], + "allMixins": [ + + ] +}); \ No newline at end of file