X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/ScrollManager.html diff --git a/docs/source/ScrollManager.html b/docs/source/ScrollManager.html index 7535a8b6..4b323006 100644 --- a/docs/source/ScrollManager.html +++ b/docs/source/ScrollManager.html @@ -1,4 +1,21 @@ -
/**
+
+
+
+
+ The source code
+
+
+
+
+
+
+ /**
* @class Ext.dd.ScrollManager
* <p>Provides automatic scrolling of overflow regions in the page during drag operations.</p>
* <p>The ScrollManager configs will be used as the defaults for any scroll container registered with it,
@@ -133,7 +150,7 @@ Ext.define('Ext.dd.ScrollManager', {
this.clearProc();
},
- /**
+ /**
* Registers new overflow element(s) to auto scroll
* @param {Mixed/Array} el The id of or the element to be scrolled or an array of either
*/
@@ -148,7 +165,7 @@ Ext.define('Ext.dd.ScrollManager', {
}
},
- /**
+ /**
* Unregisters overflow element(s) so they are no longer scrolled
* @param {Mixed/Array} el The id of or the element to be removed or an array of either
*/
@@ -163,52 +180,52 @@ Ext.define('Ext.dd.ScrollManager', {
}
},
- /**
+ /**
* The number of pixels from the top or bottom edge of a container the pointer needs to be to
* trigger scrolling (defaults to 25)
* @type Number
*/
vthresh : 25,
- /**
+ /**
* The number of pixels from the right or left edge of a container the pointer needs to be to
* trigger scrolling (defaults to 25)
* @type Number
*/
hthresh : 25,
- /**
+ /**
* The number of pixels to scroll in each scroll increment (defaults to 100)
* @type Number
*/
increment : 100,
- /**
+ /**
* The frequency of scrolls in milliseconds (defaults to 500)
* @type Number
*/
frequency : 500,
- /**
+ /**
* True to animate the scroll (defaults to true)
* @type Boolean
*/
animate: true,
- /**
+ /**
* The animation duration in seconds -
* MUST BE less than Ext.dd.ScrollManager.frequency! (defaults to .4)
* @type Number
*/
animDuration: 0.4,
- /**
+ /**
* The named drag drop {@link Ext.dd.DragSource#ddGroup group} to which this container belongs (defaults to undefined).
* If a ddGroup is specified, then container scrolling will only occur when a dragged object is in the same ddGroup.
* @type String
*/
ddGroup: undefined,
- /**
+ /**
* Manually trigger a cache refresh.
*/
refreshCache : function(){
@@ -221,4 +238,6 @@ Ext.define('Ext.dd.ScrollManager', {
}
}
});
-
\ No newline at end of file
+
+
+