smartItemRefresh in the tree

Is there any way to get the code responsible for this method?



I know it’s part of the professional version, but you never know what you can get by nicely asking :slight_smile:





Thanks.

Unfortunately this functionality heavy linked to other parts so it not possible separate it easily
If you not need “delete while refresh” part of functionality you can mimic smartRefreshItem as

    tree.waitUpdateXML=true;
    tree.updateItem=function(itemId,name,im0,im1,im2,achecked){
       tree.setItemText(itemId,name);
    }
    tree.loadXML(“url_of_xml”);