Rumah >pembangunan bahagian belakang >tutorial php >fck去掉不要的菜单_PHP教程
FCKeditor去除一些不要的菜单 这样不既然美观也方式了,下面我们就来看看我去了fck菜单的过程吧.
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'],
] ;
这是我的配置最后的效果哪.
本站原创转注明: www.111cn.cn/php/phper.html