Hi everyone,
I want to build a page similar to plugin management page. A page where I will be able to drag object from one location to another.
So could someone help me with the link where I could learn how to implement such behavior on elgg ?
I want to know how to implement drag object from one location to another similar to plugin management page.
Regards,
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Jerome Bakker@jeabakker

Jerome Bakker - 1 like
- Hermand Pessek@rheman

Hermand Pessek - 0 likes
You must log in to post replies.Dragging and sorting is done by jQuery have a look at https://jqueryui.com/sortable/
Thank a lot