RT:
问题描述:百度富文本怎么自定义功能,把不需要的功能统统屏蔽掉或去掉啊
或者推荐一些简单且实用的富文本也行。
最好是带教程那张的!!!
看官方的手册,有没有提供相关的接口么
就是通过js和配置文件控制的,包括所有的工具栏按钮,你把不要的删除就好了。
Fckeditor这个比较好用
editor = new UE.ui.Editor({initialFrameHeight:200,initialFrameWidth:651, toolbars: [[
'bold', 'italic', 'underline', 'fontborder',
'customstyle', 'paragraph', 'fontfamily', 'fontsize'
]] });