Displaying 1 result from an estimated 1 matches for "id_grupp".
Did you mean:
id_gruppe
2006 May 28
1
Sortable.create containment:
...ble.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
Rails-spinoffs-1W37MKcQCpIf0INCOvqR...