mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 11:38:02 +02:00
Add a global ajax callback so the et2 widget can stay in sync with the dhtmlxtree
This commit is contained in:
@ -435,6 +435,7 @@ function dhtmlXTreeItemObject(itemId,itemText,parentObject,treeObject,actionHand
|
||||
* @topic: 0
|
||||
*/
|
||||
dhtmlXTreeObject.prototype.loadXML=function(file,afterCall){
|
||||
afterCall = afterCall || this.AJAX_callback;
|
||||
if (this._datamode && this._datamode!="xml") return this["load"+this._datamode.toUpperCase()](file,afterCall);
|
||||
var that=this;
|
||||
if (!this.parsCount) this.callEvent("onXLS",[that,this._ld_id]);
|
||||
@ -3808,4 +3809,4 @@ dhtmlXTreeObject.prototype._dp_init=function(dp){
|
||||
};
|
||||
|
||||
|
||||
//(c)dhtmlx ltd. www.dhtmlx.com
|
||||
//(c)dhtmlx ltd. www.dhtmlx.com
|
||||
|
Reference in New Issue
Block a user