editor_template.js

来自「mambo的cms源代码」· JavaScript 代码 · 共 45 行 · 第 1/2 页

JS
45
字号
/* Import theme specific language pack */
 tinyMCE.importThemeLanguagePack();
 var TinyMCE_advanced_autoImportCSSClasses=true;
 var TinyMCE_advanced_foreColor="#000000";
 var TinyMCE_advanced_anchorName="";
 var TinyMCE_advanced_buttons=[
 ['bold','{$lang_bold_img}','{$lang_bold_desc}','Bold'],
 ['italic','{$lang_italic_img}','{$lang_italic_desc}','Italic'],
 ['underline','{$lang_underline_img}','{$lang_underline_desc}','Underline'],
 ['strikethrough','strikethrough.gif','{$lang_striketrough_desc}','Strikethrough'],
 ['justifyleft','left.gif','{$lang_justifyleft_desc}','JustifyLeft'],
 ['justifycenter','center.gif','{$lang_justifycenter_desc}','JustifyCenter'],
 ['justifyright','right.gif','{$lang_justifyright_desc}','JustifyRight'],
 ['justifyfull','full.gif','{$lang_justifyfull_desc}','JustifyFull'],
 ['bullist','bullist.gif','{$lang_bullist_desc}','InsertUnorderedList'],
 ['numlist','numlist.gif','{$lang_numlist_desc}','InsertOrderedList'],
 ['outdent','outdent.gif','{$lang_outdent_desc}','Outdent'],
 ['indent','indent.gif','{$lang_indent_desc}','Indent'],
 ['cut','cut.gif','{$lang_cut_desc}','Cut'],
 ['copy','copy.gif','{$lang_copy_desc}','Copy'],
 ['paste','paste.gif','{$lang_paste_desc}','Paste'],
 ['undo','undo.gif','{$lang_undo_desc}','Undo'],
 ['redo','redo.gif','{$lang_redo_desc}','Redo'],

⌨️ 快捷键说明

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