简体   繁体   中英

Sortable/draggable items like Drupal 7

Where can I find a script like they use in Drupal to drag-sort items.
jQuery UI sortable is too simple.
It should be able to work on tables too, not in lists.
And in Drupal taxonomy it's also possible to take the children's when you drag the parent + go multiple levels deeper or back.

Example image:

在此处输入图片说明

I don't think something like this exists, how hard is it to make this starting from the jQuery ui sortable?

Drupal is an open source project.

You could use the script from drupal itself but its not easy to find it within the Source. You can find the Drupal Git repository here

Some weeks ago I developed a little todo app with jQuery ui sortable/dragable and its no very hard to get used to it.

我发现了这一点,它已经关闭,无法使用表格,但现在还可以: http : //code.google.com/p/nestedsortables/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM