当我上传2张图片时,我的tinymce imagetools_toolbar: "rotateleft rotateright | flipv fliph | editimage imageoptions"
无法正常工作。
请参见下面的示例设置。
tinyMCE.init({
// General options
menubar: false,
paste_as_text: false,
resize: true,
browser_spellcheck: true,
relative_urls : false,
remove_script_host : false,
document_base_url : '".WEBSITE."',
content_css : '/css/tinymce-override.css',
selector: '.tiny-mce',
plugins: [ 'imagetools', 'advlist autolink lists link image charmap print preview anchor''],
toolbar: 'bold italic underline strikethrough subscript superscript removeformat',
autoresize_bottom_margin: 5,
imagetools_credentials_hosts: ['mydomain.com', 'otherdomain.com'],
imagetools_proxy: '<?=WEBSITE?>site/js/plugin/proxy.php',
});