mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Remove r44925, not needed
This commit is contained in:
parent
473d7e2001
commit
52ab3203bd
@ -501,39 +501,6 @@ var et2_tree = et2_inputWidget.extend(
|
|||||||
return this.input.hasChildren(_id);
|
return this.input.hasChildren(_id);
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
|
||||||
* enableDragAndDrop
|
|
||||||
*
|
|
||||||
* @param _mode boolean
|
|
||||||
* @param _rmode boolean
|
|
||||||
*/
|
|
||||||
enableDragAndDrop: function(_mode, _rmode) {
|
|
||||||
if(this.input == null) return null;
|
|
||||||
return this.input.enableDragAndDrop(_mode,_rmode);
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* setDragBehavior
|
|
||||||
*
|
|
||||||
* @param _mode string
|
|
||||||
* @param _smode boolean
|
|
||||||
*/
|
|
||||||
setDragBehavior: function(_mode, _smode) {
|
|
||||||
if(this.input == null) return null;
|
|
||||||
// only supported by professional edition of dhtmlXTree
|
|
||||||
//return this.input.setDragBehavior(_mode,_smode);
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* enableDragAndDropScrolling
|
|
||||||
*
|
|
||||||
* @param _mode boolean
|
|
||||||
*/
|
|
||||||
enableDragAndDropScrolling: function(_mode) {
|
|
||||||
if(this.input == null) return null;
|
|
||||||
return this.input.enableDragAndDropScrolling(_mode);
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Callback for after using dhtmlxtree's AJAX loading
|
* Callback for after using dhtmlxtree's AJAX loading
|
||||||
* The tree has visually already been updated at this point, we just need
|
* The tree has visually already been updated at this point, we just need
|
||||||
|
Loading…
Reference in New Issue
Block a user