Modify ↓
Ticket #2729 (closed enhancement: invalid)
Add a hook in sortables to generate the list of sortables
| Reported by: | rfb | Owned by: | paul |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.4 |
| Component: | ui | Version: | 1.2.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Hey,
I have created a nested sortable list which can only be 1 level deep. The cleanest way I've found to enforce this is to add hook into the refreshItems() which generates a different list of sortable items depending on what item I'm picking up.
Example, for my use:
if item contains a list
return list of sortables on root of list
else
return all sortables in list
Attached is a patch I've made from my changes on the most current svn trunk.
-Ryan
Attachments
Change History
Changed 5 years ago by rfb
-
attachment
itemQuery.patch
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

patch to svn current