Drag & drop components between layout blocks

I would like to drag & drop components between layout blocks. Any idea how to achieve this?

You can use common Drag API to register draggable and droppable areas.

http://docs.webix.com/helpers__dnd.html

There is no any special support for reordering UI elements by drag-n-drop

Thanks!!!