X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..05ce1c11e98b33f14ddee184493bd5a60dc947e2:/docs/output/Ext.dd.ScrollManager.html diff --git a/docs/output/Ext.dd.ScrollManager.html b/docs/output/Ext.dd.ScrollManager.html index d34a2690..5c056d45 100644 --- a/docs/output/Ext.dd.ScrollManager.html +++ b/docs/output/Ext.dd.ScrollManager.html @@ -1,177 +1,25 @@ -
Package: | Ext.dd |
Defined In: | ScrollManager.js |
Class: | ScrollManager |
Extends: | Object |
Provides automatic scrolling of overflow regions in the page during drag operations.
-The ScrollManager configs will be used as the defaults for any scroll container registered with it, -but you can also override most of the configs per scroll container by adding a -ddScrollConfig object to the target element that contains these properties: hthresh, -vthresh, increment and frequency. Example usage: -
var el = Ext.get('scroll-ct');
-el.ddScrollConfig = {
- vthresh: 50,
- hthresh: -1,
- frequency: 100,
- increment: 200
-};
-Ext.dd.ScrollManager.register(el);
-Note: This class uses "Point Mode" and is untested in "Intersect Mode".Package: | Ext.dd |
Defined In: | ScrollManager.js |
Class: | ScrollManager |
Extends: | Object |
Provides automatic scrolling of overflow regions in the page during drag operations.
+The ScrollManager configs will be used as the defaults for any scroll container registered with it, +but you can also override most of the configs per scroll container by adding a +ddScrollConfig object to the target element that contains these properties: hthresh, +vthresh, increment and frequency. Example usage: +
var el = Ext.get('scroll-ct');
+el.ddScrollConfig = {
+ vthresh: 50,
+ hthresh: -1,
+ frequency: 100,
+ increment: 200
+};
+Ext.dd.ScrollManager.register(el);
+Note: This class uses "Point Mode" and is untested in "Intersect Mode".Property | Defined By | |
---|---|---|
animDuration : Number The animation duration in seconds -
+MUST BE less than Ext.dd.ScrollManager.frequency! (defaults to .4) | ScrollManager | |
animate : Boolean True to animate the scroll (defaults to true) | ScrollManager | |
frequency : Number The frequency of scrolls in milliseconds (defaults to 500) | ScrollManager | |
hthresh : Number The number of pixels from the right or left edge of a container the pointer needs to be to
+trigger scrolling (defaul... The number of pixels from the right or left edge of a container the pointer needs to be to
+trigger scrolling (defaults to 25) | ScrollManager | |
increment : Number The number of pixels to scroll in each scroll increment (defaults to 50) | ScrollManager | |
vthresh : Number The number of pixels from the top or bottom edge of a container the pointer needs to be to
+trigger scrolling (defaul... The number of pixels from the top or bottom edge of a container the pointer needs to be to
+trigger scrolling (defaults to 25) | ScrollManager |
Method | Defined By | |
---|---|---|
refreshCache()
+ :
+ void Manually trigger a cache refresh. Manually trigger a cache refresh. Parameters:
| ScrollManager | |
register( Mixed/Array el )
+ :
+ voidRegisters new overflow element(s) to auto scroll Registers new overflow element(s) to auto scroll Parameters:
| ScrollManager | |
unregister( Mixed/Array el )
+ :
+ voidUnregisters overflow element(s) so they are no longer scrolled Unregisters overflow element(s) so they are no longer scrolled Parameters:
| ScrollManager |