12 Aug
2010
12 Aug
'10
11:24 p.m.
So I'm dynamically adding objects to the page via an ajax request (get the document, create a new object of the specified type, return the object in edit mode as a JSON object). What I am not able to figure out, is how to get my textareas to become wysiwyg enabled (when appropriate). I don't quite understand how the javascript that replaces the text areas is being generated, let alone if there is a way to get it generated (and returned as part of my JSON object). Any help would be greatly appreciated! Thanks, --Matthew