/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_dd_ScrollManager({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":null,"uses":[],"html":"

Files

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

Defined By

Properties

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

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

\n

Defaults to: .4

Ext.dd.ScrollManager
view source
: Boolean
True to animate the scroll (defaults to true) ...

True to animate the scroll (defaults to true)

\n

Defaults to: true

Ext.dd.ScrollManager
view source
: String
The named drag drop group to which this container belongs (defaults to undefined). ...

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
Ext.dd.ScrollManager
view source
: Number
The frequency of scrolls in milliseconds (defaults to 500) ...

The frequency of scrolls in milliseconds (defaults to 500)

\n

Defaults to: 500

Ext.dd.ScrollManager
view source
: Number
The number of pixels from the right or left edge of a container the pointer needs to be to\ntrigger scrolling (default...

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

Defaults to: 25

Ext.dd.ScrollManager
view source
: Number
The number of pixels to scroll in each scroll increment (defaults to 100) ...

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

\n

Defaults to: 100

Ext.dd.ScrollManager
view source
: Number
The number of pixels from the top or bottom edge of a container the pointer needs to be to\ntrigger scrolling (default...

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

Defaults to: 25

Defined By

Methods

Ext.dd.ScrollManager
view source
( )
Manually trigger a cache refresh. ...

Manually trigger a cache refresh.

\n
Ext.dd.ScrollManager
view source
( el )
Registers new overflow element(s) to auto scroll ...

Registers new overflow element(s) to auto scroll

\n

Parameters

  • el : Mixed/Array

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

    \n
Ext.dd.ScrollManager
view source
( el )
Unregisters overflow element(s) so they are no longer scrolled ...

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

\n

Parameters

  • el : Mixed/Array

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

    \n
","superclasses":[],"meta":{},"requires":[],"html_meta":{},"statics":{"property":[],"cfg":[],"css_var":[],"method":[],"event":[],"css_mixin":[]},"files":[{"href":"ScrollManager.html#Ext-dd-ScrollManager","filename":"ScrollManager.js"}],"linenr":1,"members":{"property":[{"tagname":"property","owner":"Ext.dd.ScrollManager","meta":{},"name":"animDuration","id":"property-animDuration"},{"tagname":"property","owner":"Ext.dd.ScrollManager","meta":{},"name":"animate","id":"property-animate"},{"tagname":"property","owner":"Ext.dd.ScrollManager","meta":{},"name":"ddGroup","id":"property-ddGroup"},{"tagname":"property","owner":"Ext.dd.ScrollManager","meta":{},"name":"frequency","id":"property-frequency"},{"tagname":"property","owner":"Ext.dd.ScrollManager","meta":{},"name":"hthresh","id":"property-hthresh"},{"tagname":"property","owner":"Ext.dd.ScrollManager","meta":{},"name":"increment","id":"property-increment"},{"tagname":"property","owner":"Ext.dd.ScrollManager","meta":{},"name":"vthresh","id":"property-vthresh"}],"cfg":[],"css_var":[],"method":[{"tagname":"method","owner":"Ext.dd.ScrollManager","meta":{},"name":"refreshCache","id":"method-refreshCache"},{"tagname":"method","owner":"Ext.dd.ScrollManager","meta":{},"name":"register","id":"method-register"},{"tagname":"method","owner":"Ext.dd.ScrollManager","meta":{},"name":"unregister","id":"method-unregister"}],"event":[],"css_mixin":[]},"inheritable":null,"private":null,"component":false,"name":"Ext.dd.ScrollManager","singleton":true,"override":null,"inheritdoc":null,"id":"class-Ext.dd.ScrollManager","mixins":[],"mixedInto":[]});