i got a problem with a Sortable.create.
i got an array containing the ID of the elements i want to make an sortable of, that is no problem, but i want to be able to drag between the sortables and that where my problem is. i dont know how to assign an array to containment:
until now the script looks like this:
for (i=0;i<id_gruppe.length;i++)
{
Sortable.create(id_gruppe[i] {dropOnEmpty:false, containment:[id_gruppe],constraint:false, ghosting: false});
}
but this doesnt work
any suggestions..
Jonas S. T.
_______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
