Portlet

Which event is called when the user drags a portlet across the layout? The portlet itself has only 2 events. I tried subscribing to events of the webix objects that I have placed inside a portlet but they don’t seem to be aware of being dragged (meaning: if the entire component is being dragged).

I read http://docs.webix.com/desktop__dnd.html but I think I’m missing something

The necessary events (onBefore/onAfterPortletDrag) will be added in the next update.

Our DnD feature was made for the data items in the datatable, list or any other data component. The Portlet is the completely different widget.

That clarifies it, thank you