en.js

来自「Joomla!是一套获得过多个奖项的内容管理系统(Content Managem」· JavaScript 代码 · 共 24 行

JS
24
字号
// UK lang variablestinyMCE.addToLang('devkit',{title : 'TinyMCE Development Kit',info_tab : 'Info',settings_tab : 'Settings',log_tab : 'Log',content_tab : 'Content',command_states_tab : 'Commands',undo_redo_tab : 'Undo/Redo',misc_tab : 'Misc',filter : 'Filter:',clear_log : 'Clear log',refresh : 'Refresh',info_help : 'Press Refresh to view info.',settings_help : 'Press Refresh to display the settings array for each TinyMCE_Control instance.',content_help : 'Press Refresh to display the raw and cleaned HTML content for each TinyMCE_Control instance.',command_states_help : 'Press Refresh to display the current command states from inst.queryCommandState. This list will also mark unsupported commands.',undo_redo_help : 'Press Refresh to display the global and instance undo/redo levels.',misc_help : 'Here are various tools for debugging and development purposes.',debug_events : 'Debug events',undo_diff : 'Diff undo levels'});

⌨️ 快捷键说明

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