Here's an old (2006) of mine that has an example of getting TinyMCE's javascript to work after some other javascript runs. Might be useful or it might be out of date. http://blog.katipo.co.nz/?p=24
On Thu, Mar 12, 2009 at 7:00 PM, Sudhi Kulkarni < [email protected]> wrote: > > northband wrote: > > Hi - > > > > I have a <select> which I am allowing users to select text bodies > > which are automatically populating a textarea on the page - which they > > can then edit. > > > > This is working fine. However... once I add my tinyMCE editor to the > > textarea it doesn't work - it won't update. > > > > I am using the tinymce plug-in by Blake Watters. > > > > I know tinymce initiates the textarea or filters its values through > > its initiation, but curious how to execute this when I do my page > > update via my rjs file. > > > > Any help appreciated. > > > > -Adam > Hi Adam, > > I have a smiliar problem how did you update the text area? I have an id > associated with text area and on click of a tree element, I intend to > update teh content of text area somehow the position:top position:bottom > does not work. > > Thanks, > Sudhi > > > -- > Posted via http://www.ruby-forum.com/. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

