[Proto-Scripty] Re: Sortable lists

2009-04-30 Thread flamefo...@gmail.com
Im no pro here but i think i can help a lil. Most classic way is to have 2 sortable lists so you can drag from 1 to the other, the key thing here is "containment". Somewhere i used this code: // to add a section use: // sectionControl.newSection('listname','vertical',uniqueid); sections = new

[Proto-Scripty] Re: Loading new sortable via AJAX

2009-05-08 Thread flamefo...@gmail.com
http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/2c213d1e74d6d646/e153079dd503312e?lnk=gst&q=mochikit#e153079dd503312e you need to use an array to update your containment groups, in the above example check the "sections" array. good luck there, bruno On 4 maio, 13:0

[Proto-Scripty] Re: Displaying sortable List/Tabs

2009-05-08 Thread flamefo...@gmail.com
Not a pro here, and your message is not so clear either, but i think this might help, Make this div you want and attach some onmouseover trigger to your tabs selector, so it hides the later tab and shows the new one. while you are draggin something you can still trigger events with mouseover/mou

[Proto-Scripty] Re: drag and drop problem

2009-05-08 Thread flamefo...@gmail.com
Looks to me they are ordered in a vertical pattern, try using some "float:left" css and see what happens. On 26 abr, 06:29, jojiju wrote: > Dear all, >      I have a problem in drag and drop in a code below. In two column > layout, when I want to sort between two li vertically then sorting > ac

[Proto-Scripty] Re: Sortable lists

2009-05-08 Thread flamefo...@gmail.com
Yes, it says It is ported from Scriptaculous here: http://mochikit.com/doc/html/MochiKit/Sortable.html I am using this code in some portal so I can say its tested. The only bad thing I've found so far with this sortable lists (and is still giving me multiple headaches) is they way DND dont respe