嗨,我非常感谢将默认“粘贴”设置设置为纯文本的可能性。
我网页的用户不断从 MS Word 中插入文本,他们发现使用“删除格式”按钮或“粘贴文本”按钮太复杂了。
他们只想去 ctrl+v。 我相信很多用户会喜欢这个选项,tinymce、arkeditor 或 jce 编辑器确实提供了这个选项。
我网页的用户不断从 MS Word 中插入文本,他们发现使用“删除格式”按钮或“粘贴文本”按钮太复杂了。
他们只想去 ctrl+v。 我相信很多用户会喜欢这个选项,tinymce、arkeditor 或 jce 编辑器确实提供了这个选项。
嗨,非常感谢!
我已将这一行添加到ckeditorHelper.php并清除了我的缓存,但未进行任何更改。 然后,我还尝试将550和551行更改为true,这似乎合乎逻辑,但仍然没有变化。 这是我的543-555行现在的样子,有什么问题吗?
再一次非常感谢你 :-)
B.
我已将这一行添加到ckeditorHelper.php并清除了我的缓存,但未进行任何更改。 然后,我还尝试将550和551行更改为true,这似乎合乎逻辑,但仍然没有变化。 这是我的543-555行现在的样子,有什么问题吗?
$config .= "];". "\n";
$config .= "config.removeButtons = 'About,Anchor';". "\n";
$config .= "config.format_tags = 'p;h1;h2;h3;pre';". "\n";
$config .= "config.removeDialogTabs = 'image:advanced;link:advanced'". "\n";;
$config .= "config.allowedContent = true;". "\n";
$config .= "config.entities = false;". "\n";
$config .= "config.skin = 'material';". "\n";
$config .= "config.pasteFromWordRemoveStyles = true;". "\n";
$config .= "config.pasteFromWordRemoveFontStyles = true;". "\n";
$config .= "config.forcePasteAsPlainText = true;". "\n";
$config .= "};" . "\n";
$config .= 'CKEDITOR.dtd.$removeEmpty["i"] = false;' . "\n";
$config .= 'CKEDITOR.dtd.$removeEmpty["span"] = false;';
再一次非常感谢你 :-)
B.
- 页 :
- 1
目前还没有回复。