I want to implement drag-drop experience in Umbraco back office. Below is what I would like to achieve.
In one my page in back office, I'll show a list of items. User can drag-drop items from left side to right-side and finally hit Save button to save the changes made. Sample screenshot below:
Is there any plugin available out-of-the-box? If not, can somebody share development direction on how to achieve that?
Don't know of any plugin that supplies this specific property editor. You can always make your own. You need to know a bit of angular and you can do about anything you want
Drag-drop control in back office
Hello,
I want to implement drag-drop experience in Umbraco back office. Below is what I would like to achieve.
In one my page in back office, I'll show a list of items. User can drag-drop items from left side to right-side and finally hit Save button to save the changes made. Sample screenshot below:
Is there any plugin available out-of-the-box? If not, can somebody share development direction on how to achieve that?
Thanks in advance.
Don't know of any plugin that supplies this specific property editor. You can always make your own. You need to know a bit of angular and you can do about anything you want
Documentation https://our.umbraco.org/documentation/tutorials/Creating-a-Property-Editor/
Good article https://24days.in/umbraco-cms/2016/custom-property-editor-tutorial/
Thanks Sven. Let me take a spin :). Will share the plugin, if I am successful with the implementation.
Hi Abilash Ashok,
did you manage to get to a result in this issue?
I am looking for a drag&drop frontend, where a member, after login, can customize his own startpage.
Any ideas?
Regards
is working on a reply...