Home >php教程 >php手册 >fck去掉不要的菜单

fck去掉不要的菜单

WBOY
WBOYOriginal
2016-05-25 16:53:32794browse

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'],
];

   


教程链接:

随意转载~但请保留教程地址★

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn