[Proto-Scripty] Limit sortable and draggable lists

2009-11-15 Thread HotShot
I have 2 lists with draggable and sortable items an I would like to have one list limited. So that I can move items from one list to the other only until the limited list reaches its limit. Is there a posibility to do this? --~--~-~--~~~---~--~~ You received this

[Proto-Scripty] Re: Limit sortable and draggable lists

2009-11-15 Thread HotShot
Example: What do you like about the Internet? Choose 3 of the 5 possible answers and order them according to their importance. Drag the answers from the first list to the second and sort them. list id=possibleAswers item id=anser_1 Asking other poeple easily for help item id=anser_2

[Proto-Scripty] Re: Limit sortable and draggable lists

2009-11-18 Thread HotShot
Nobody an idea how to limit sortable lists? -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to prototype-scriptacul...@googlegroups.com. For more options, visit this group at

[Proto-Scripty] Re: limit droppables

2010-04-01 Thread HotShot
Unfortunately I'm not quite competent in java script.I think I can't get that managed on my own. On 29 Mrz., 12:05, ColinFine colin.f...@pace.com wrote: On Mar 28, 2:21 pm, HotShot hs...@gmx.net wrote: I would like to know if there is a way to limit a drop area to a certain number of items

[Proto-Scripty] I'm getting an error in line 599 of dragdrop.js

2010-04-06 Thread HotShot
Hi, i created some sortable lists. Now I'm getting the error element is null in line 599 of the original dragdrop.js when a item from one list ist dropped into another. When I release the mouse button nothing happens. When I click it again the item droppes where it should drop. The code around