Displaying 1 result from an estimated 1 matches for "ffdd44".
Did you mean:
ff1d449
2006 Mar 31
2
RE: drag and drop sorting with an empty lis
...#39;empty'');
} else if (!$(container).hasChildNodes()) {
Element.addClassName($(container),''empty'');
}
}
I was using this for 2 sortable (UL) lists - my class for the "empty"
sortable just padded the container:
.empty {
padding: 10px;
border: 1px dashed #FFDD44;
background-color: #FFFF99;
}
The padding and style was enough to give a visible "target" for the users to
drop on.
- bry
> Does anyone have a good solution for using script.aculo.us
> drag and drop sorting with multiple lists when one or more of
> those lists might start...