📄 lang_table.js
字号:
<!--
var editor_lang = !editor_lang ? new Array() : editor_lang;
//Popup - Table
editor_lang['ptable_col_number'] = 'Number cols';
editor_lang['ptable_col_insert_left'] = 'Insert left selection';
editor_lang['ptable_col_insert_right'] = 'Insert right selection';
editor_lang['ptable_row_numer'] = 'Number rows';
editor_lang['ptable_row_insert_above'] = 'Insert above selection';
editor_lang['ptable_row_insert_below'] = 'Insert below selection';
editor_lang['ptable_rows'] = 'Rows';
editor_lang['ptable_cols'] = 'Columns';
editor_lang['ptable_cellspacing'] = 'Cellspacing';
editor_lang['ptable_cellpadding'] = 'Cellpadding';
editor_lang['ptable_bgcolor'] = 'Bg color';
editor_lang['ptable_border'] = 'Border';
editor_lang['ptable_border_color'] = 'Border color';
editor_lang['ptable_width'] = 'Width';
editor_lang['ptable_mergecell_right'] = 'Merge with cell to the right';
editor_lang['ptable_mergecell_below'] = 'Merge with cell below';
-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -