Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by IoaN on Aug 01, 2008 05:21
open dhtmlx forum
D&D mouse popup label

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?
Answer posted by Support on Aug 01, 2008 07:40

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("");