Home > Backend Development > PHP Tutorial > fck remove unnecessary menu_PHP tutorial

fck remove unnecessary menu_PHP tutorial

WBOY
Release: 2016-07-13 10:52:46
Original
1050 people have browsed it

FCKeditor removes some unnecessary menus, which are not beautiful and beautiful. Let’s take a look at the process of going to the fck menu.

FCKeditor removes some unnecessary menus, which is not beautiful and beautiful. Next Let’s take a look at the process of going to the fck menu.

We found the directory where your fckeditor is located.

The file editor/fckconfing.js is modified as follows.

Found.

FCKConfig.ToolbarSets["Default"] This sentence, below is an array.

['Source','DocProps','-','Save','NewPage'],


['PasteWord'],


['Find','Replace'],


['ImageButton'],

['JustifyLeft','JustifyCenter','JustifyRight'],


['Link','Unlink'],


['Flash','PageBreak'],

['FontSize'],


['TextColor','BGColor'],

] ;

This is the final effect of my configuration.

fck remove unnecessary menu_PHP tutorial

Original reprint of this site: www.111cn.cn/php/phper.html

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/632473.htmlTechArticleFCKeditor removes some unnecessary menus which are not beautiful and useful. Let’s take a look. I went to fck The menu process. FCKeditor removes some unnecessary menus, which are not beautiful...
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template