起初對不起我的英文不好。 我的問題是,我的init tinyMCE的: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",
});
但頁面上,我看到樣式下拉列表,它是不開放,當我點擊它。請幫忙。我錯過了什麼或做錯了什麼?
你在用tinymce 4嗎? – Thariama
Thariama, majorVersion: '3', minorVersion: '4.8', RELEASEDATE: '2012-02-02', – Nikoole