tinymce imagetools在上载2张图像时不起作用

时间:2018-08-01 07:35:48

标签: tinymce

当我上传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',
  });

0 个答案:

没有答案