- },
-
- <div id="prop-Ext.dd.ScrollManager-vthresh"></div>/**
- * 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,
- <div id="prop-Ext.dd.ScrollManager-hthresh"></div>/**
- * 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,
-
- <div id="prop-Ext.dd.ScrollManager-increment"></div>/**
- * The number of pixels to scroll in each scroll increment (defaults to 50)
- * @type Number
- */
- increment : 100,
-
- <div id="prop-Ext.dd.ScrollManager-frequency"></div>/**
- * The frequency of scrolls in milliseconds (defaults to 500)
- * @type Number
- */
- frequency : 500,
-
- <div id="prop-Ext.dd.ScrollManager-animate"></div>/**
- * True to animate the scroll (defaults to true)
- * @type Boolean
- */
- animate: true,
-
- <div id="prop-Ext.dd.ScrollManager-animDuration"></div>/**
- * The animation duration in seconds -
- * MUST BE less than Ext.dd.ScrollManager.frequency! (defaults to .4)
- * @type Number
- */
- animDuration: .4,
-
- <div id="method-Ext.dd.ScrollManager-refreshCache"></div>/**
- * Manually trigger a cache refresh.
- */
- refreshCache : function(){
- for(var id in els){
- if(typeof els[id] == 'object'){ // for people extending the object prototype
- els[id]._region = els[id].getRegion();
- }
+ }else{
+ el = Ext.get(el);
+ delete this.els[el.id];
+ }
+ },
+
+<span id='Ext-dd-ScrollManager-property-vthresh'> /**
+</span> * 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,
+<span id='Ext-dd-ScrollManager-property-hthresh'> /**
+</span> * 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,
+
+<span id='Ext-dd-ScrollManager-property-increment'> /**
+</span> * The number of pixels to scroll in each scroll increment (defaults to 100)
+ * @type Number
+ */
+ increment : 100,
+
+<span id='Ext-dd-ScrollManager-property-frequency'> /**
+</span> * The frequency of scrolls in milliseconds (defaults to 500)
+ * @type Number
+ */
+ frequency : 500,
+
+<span id='Ext-dd-ScrollManager-property-animate'> /**
+</span> * True to animate the scroll (defaults to true)
+ * @type Boolean
+ */
+ animate: true,
+
+<span id='Ext-dd-ScrollManager-property-animDuration'> /**
+</span> * The animation duration in seconds -
+ * MUST BE less than Ext.dd.ScrollManager.frequency! (defaults to .4)
+ * @type Number
+ */
+ animDuration: 0.4,
+
+<span id='Ext-dd-ScrollManager-property-ddGroup'> /**
+</span> * 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,
+
+<span id='Ext-dd-ScrollManager-method-refreshCache'> /**
+</span> * Manually trigger a cache refresh.
+ */
+ refreshCache : function(){
+ var els = this.els,
+ id;
+ for (id in els) {
+ if(typeof els[id] == 'object'){ // for people extending the object prototype
+ els[id]._region = els[id].getRegion();