search for: listtwo

Displaying 2 results from an estimated 2 matches for "listtwo".

Did you mean: listto
2005 Dec 17
0
hoverclass doesn''t seem to be set from Sortable.create
...a little trouble with the hoverclass parameter of the Sortables.create method. Unfortunately I can''t post a demo page at this time, but I''m creating three lists with the following code: Sortable.create("listOne", {dropOnEmpty:true,containment:["listOne","listTwo", "listThree"],constraint:false, hoverclass:"myHover"}); Sortable.create("listTwo", {dropOnEmpty:true,containment:["listOne","listTwo", "listThree"],constraint:false, hoverclass:"myHover"}); Sortable.create("listThree...
2005 Jul 07
2
Allowing drops on "empty" sortable
Hey folks, On the Drag and Drop demo page in the Sortable Lists Demo section: http://script.aculo.us/drag-and-drop If you drag all of the items from the first list into the second list, it appears that you cannot drag a list item back into the first (now empty) list. Is there a way to allow a Sortable that is empty of draggable items to accept dropped items? Danilo