I’d like to create a simple absolutely positioned div tag that is movable and resizable (somewhat like JQueryUI movable / draggable).
I’ve looked at the docs and sample that describe creating a custom view. Any suggestions on start-up examples? I’m mostly interested in how to add it to an existing node and having it survive render calls. I would be adding it to the content of a Gridview cell.
I’ve ruled out using the ‘window’ widget - too heavy for this requirement.
As to drag-n-drop, Webix offers special API for turning simple HTML elements into draggable objects. You can find the information in this documentation article and in API reference section.