首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

怎么自定义CKEditor工具栏

2012-08-21 
如何自定义CKEditor工具栏CKEDITOR.replace( editor1,{toolbar :[[Styles, Format],[Bold, Itali

如何自定义CKEditor工具栏

CKEDITOR.replace( 'editor1', { toolbar : [ ['Styles', 'Format'], ['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', '-', 'About'] ] });

?

热点排行