Hi,
I’ve managed to make a copy of dragged items between two lists when a ctrlKey is pressed. ( As described in doc : http://docs.webix.com/desktop__dnd_events.html#copyingwithdnd )
Now I want to display a “+” on the dragged item (during drag) when ctrl is pressed in order to give user a feedback of what will be done.
Any idea how to do that ?