cuteeditor.htc.aspx.txt
来自「一个论文管理系统」· 文本 代码 · 共 20 行
TXT
20 行
//
// editdoc -- Represents the HTML document object in the editor
//
// You can modify the following function to change the table default properties within the InsertTable dialog
function _CreateEditingTable()
{
return editdoc.createElement("<table border='1' cellspacing='0' cellpadding='3' style='border-collapse:collapse;width:320'>");
}
// Customize context menu
var const_menuwidth="140";
var const_submenudelay=100; // Please don't change to 0!
var absolutevalue='relative';//'absolute';
// If you have any questions or suggestions, please visit http://www.cutesoft.net/forums/.
// Thanks
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?