fckconfig.js

来自「JSP 的一个wiki 系统」· JavaScript 代码 · 共 17 行

JS
17
字号
/* You may add anything you like to this file to configure the FCKEditor. */FCKConfig.ToolbarSets["JSPWiki"] = [        ['Source'],        ['Cut','Copy','Paste','PasteText','PasteWord'],        ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],        ['Bold','Italic','Underline','StrikeThrough'],        ['OrderedList','UnorderedList','-','Outdent','Indent'],        ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],        ['Link','Unlink'],        ['Image','Table','Rule','SpecialChar','UniversalKey'],        ['Style'],        ['TextColor','BGColor'],        ['About']] ;FCKConfig.StylesXmlPath = '../../fckstyles.xml' ;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?