Hello,
I need the text, that in the popup near mouse cursor while the mouse is dragging some item in tree, could be changed. For example the item text is “some_text1” and when I begin to drag this text the text that in popup near the mouse should be different, for example “some_text1- dragging”.
Is it possible to implement such ability?
There is no way to configure such behavior from outside of tree. You can change directly in source code
dhtmlxtree.js, line 3711
dragSpan.innerHTML=text.join("");