I have tried to implement a DND mechanism for ui.form elements and have found out that all of the current Webix’s DND functionality is implemented around HTML/Template elements.
I would like to request a future feature that any ui.component (inside of a ui.layout) could easily have a DND support.
Also, if its possible to provide an example of the way I can currently achieve DND support for ui.form items (ui.text, ui.textarea…) - I would be very grateful.