Ok, here's the thing :)
Following code doesnt work in IE6
this.area.insert({
before:new Element('div')
});
this.area.wrap('div', {class:'somename'});
this.area is a TEXTAREA object.
The following code does work.. but this is not how i wanna do it :)
this.area.insert({
before:'<div />'
});
Time for a big fix i guess...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---