Opened 14 years ago
Closed 14 years ago
#3402 closed feature (fixed)
Method to cancel a sortable attempt
Reported by: | buzz | Owned by: | paul |
---|---|---|---|
Priority: | minor | Milestone: | 1.7 |
Component: | ui.sortable | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It would be great if there was a method to cancel a sortable event. So, if there is a max number of items a list can hold, after that has been reached, no more items can be dragged to it.
Change History (2)
comment:1 Changed 14 years ago by
Component: | ui.core → ui.sortable |
---|
comment:2 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Implemented in r860 (use ui.cancel() in the callbacks to cancel a sortable attempt).