reapplied r42638: Add a global ajax callback so the et2 widget can stay in sync with the dhtmlxtree

This commit is contained in:
Ralf Becker 2014-06-03 08:56:14 +00:00
parent d9c9e06aad
commit 90214935be

View File

@ -439,6 +439,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]);