IDが「article」のテキスト領域があります。
これが私のjsにあるものです:
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "fullpage",
theme_advanced_buttons3_add : "fullpage"
});
そして、エディターのコンテンツを取得するには:
var content = tinyMCE.get('article').getContent();
alert(content);
しかし、それはうまくいかないようです、私が間違っているアイデアはありますか?