setContent of an textarea with tinyMCE
问题 I have some textareas and all of them are with tinyMCE. I would like to set the content of the specific textarea, but I can't find how. I have tryed this: tinyMCE.get('title').setContent(selected_article_title); here is my textarea: <textarea style="width: 95%;" name="Title" id="title"></textarea> And here my tinyMCE init: tinyMCE.init({ // General options mode : "specific_textareas", theme : "advanced", width: "100%", plugins : "pagebreak,paste,fullscreen,visualchars", // Theme options theme