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.
Original reprint of this site: www.111cn.cn/php/phper.html