FCKeditor去除一些不要的菜单 这样不既然美观也方式了,下面我们就来看看我去了fck菜单的过程吧.
我们找到你fckeditor所在的目录.
editor/fckconfing.js这个文件,修改如下.找到.
FCKConfig.ToolbarSets["Default"] 这一句,下面就是个数组了.
- ['Source','DocProps','-','Save','NewPage'],
-
- ['PasteWord'],
-
- ['Find','Replace'],
-
- ['ImageButton'],
- ['JustifyLeft','JustifyCenter','JustifyRight'],
-
- ['Link','Unlink'],
-
- ['Flash','PageBreak'],
- ['FontSize'],
-
- ['TextColor','BGColor'],
- ] ;