1,DEDE文章編輯器可以刪除一些,也可以添加更多。 2,找到/include/ckeditor/ckeditor.inc.php和/include /helpers/util.helper.php. 3,ckeditor.inc.php中有很多$toolbar??纯春竺媸鞘裁?,default member basic之類的。 4在你所要修改的頁面中找到Geteditor()函數(shù)??纯蠢锩嬗袥]有default member basic之類的參數(shù)。 5,然后回到參數(shù)所在的地方,比如$toolbar['default'],在數(shù)組中修改,刪除就完成了。 來源:http://www. |
|