Thanks for all your reactions

On 8/4/06, louis d walch <[EMAIL PROTECTED]> wrote:
Add a DISABLED attribute to the form element and it will not be submitted.

The solution that worked was either:

element.innerHTML = '';

or:

element.parentNode.removeChild(element);

is guess setting the 'disabled' would also work but then I would have
to get a handle to the textarea in the element first.

I also tried Sortable.destroy(element) but that didn't do anything. I
wonder if I'm using the destroy method correctly like this.

Thanks and regards,

Jeroen
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to