Hello,
The move of the portlets can be configured using ‘mode’ attribute:
- mode:“replace” means the portlets replace one another after DnD
- mode:“cols” allows only horizontal movement
- mode:“rows” allows only vertical movement
Besides these, is there an option to disable the movements?
Consider the scenario when a dashboard can be in ‘view’ mode (which should not allow any movement, with an option to hide or not the move handler as well) and the standard ‘edit’ mode.
Also, I’ve noticed that ‘mode’ attribute is not included in the API Ref documentation (http://docs.webix.com/api__refs__ui.portlet.html).
Thanks