Can you Change the image of what is being dragged and dropped to something custom?
Yes, you can customize drag marker in the following way: http://docs.webix.com/desktop__dnd_drag_marker.html (The rules are common for all Webix components)
Check the sample as well http://docs.webix.com/samples/17_datatree/22_dnd/06_custom_marker.html
Thanks Helga
Can find the spot where it allows me to change the image being dragged. This seems to only allow you to indicate the location where the image will be dropped.
I would like to change the image being dragged to an icon.
Ok, then you need to use DnD events to customize the image of the dragged item.
Check the following snippet please: http://webix.com/snippet/3734124e
Great -! Your The Best!!!