增强Wordpress的 TinyMCE 编辑器

WordPress 中的 TinyMCE 编辑器是被阉割后的简略版,虽然使用 alt+v 或 valt+shift+v 可以调出几个高级按钮,但还不完全,TinyMCE Advanced 这个插件新增了 16 个 TinyMCE 插件,多了 40多个按钮,如果全部展开会有四排。针对 WordPress 2.7 的版本是 TinyMCE Advanced version 3.2 ,解压后把 add_to_tinymce_directory 里面的文件放在 wp-includes/js/tinymce 下面,tinymce-advanced 还是放插件目录激活就行了。
This plugin adds 16 plugins to TinyMCE, WordPress’ wysiwyg editor: Advanced hr, Advanced Image, Advanced Link, Context Menu, Emotions (Smilies), Full Screen, IESpell, Layer, Media, Nonbreaking, Print, Search and Replace, Style, Table, Visual Characters and XHTML Extras. Together these plugins can add over 40 new buttons to the toolbar, which is now two rows plus one hidden row. Some of the new features added by this plugin are:
- Imports all CSS classes from the main theme’s stylesheet and add them to a drop-down list.
- Font size and font family selection.
- Support for making and editing tables.
- Advanced link and image dialogs that offer a lot of options.
- Search and Replace while editing.
- Support for XHTML specific tags and for (div based) layers.
- Support for adding inline css styles to any element.
另外还发现一个插件 TinyMCEComments,可以让评论也调用 TinyMCE 编辑器,使用方法也简单,把它放插件目录激活就可以用了。:lol:
![]()



2009/05/17 于 14:20:08
太牛太强大了