まず、私の下手な英語で申し訳ありません。私の問題は、tinyMCE を初期化していることです。
tinyMCE.init({
mode : "textareas",
theme : "advanced",
editor_selector : 'testClass',
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
plugins: "pagebreak,fullscreen,media,advimage,paste,searchreplace,advlink",
theme_advanced_buttons1 : "save_button,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,formatselect,styleselect",
theme_advanced_buttons2 : "bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,|,anchor,|,image,|,cleanup,|,help,|,code",
theme_advanced_buttons3 : "hr,removeformat,|,visualaid,|,sub,sup,|,charmap",
});
しかし、ページにスタイルのドロップダウンが表示され、クリックしても開かれません。助けてください。私が見逃していること、または間違っていることは何ですか?