?? cuteeditorconstants.js
字號:
// When creating a table using the Wizard, the following default attributes apply.
var _CreateEditingTableStyle = "<table border='1' cellspacing='0' cellpadding='3' style='border-collapse:collapse;width:320'>";
// When creating a new div box, the following default attributes apply.
var _BoxFormattingStyle = "border: solid 1px #666666;";
// Default window ornaments for the ColorPicker dialog
var _colorpickerDialogFeature = "dialogWidth:505px;dialogHeight:330px;help:0;status:0;resizable:0";
// Default window ornaments for the Preview dialog
var _previewDialogFeature = "dialogWidth:640px;dialogHeight:480px;help:0;status:0;resizable:1";
// Default window ornaments for the Anchor dialog
var _anchorDialogFeature = "help:0;status:0;resizable:0;dialogWidth:320px;dialogHeight:250px;";
// Default window ornaments for the Link dialog
var _linkDialogFeature = "help:0;status:0;resizable:0;dialogWidth:460px;dialogHeight:214px;";
// Default window ornaments for the Char dialog
var _charDialogFeature = "help:0;status:0;resizable:0;dialogWidth:480px;dialogHeight:380px;";
// Default window ornaments for the find dialog
var _findDialogFeature = "help:0;status:0;resizable:1;dialogWidth:385px;dialogHeight:180px;";
// Default window ornaments for the Emotion dialog
var _emotionDialogFeature = "help:0;status:0;resizable:0;dialogWidth:320px;dialogHeight:360px;";
// Default window ornaments for the Template dialog
var _templateDialogFeature = "status:0;dialogWidth:660px;dialogHeight:470px; scroll: 0; resizable: 0; help:0";
// Default window ornaments for the Document dialog
var _documentDialogFeature = "status:0;dialogWidth:600px;dialogHeight:550px; scroll: 0; resizable: 0; help:0";
// Default window ornaments for the gallery dialog
var _galleryDialogFeature = "status:0;dialogWidth:564px;dialogHeight:630px; scroll: 0; resizable: yes; help:0";
// Default window ornaments for the image dialog
var _imageDialogFeature = "status:0;dialogWidth:640px;dialogHeight:585px; scroll: 0; resizable: 0; help:0";
// Default window ornaments for the image map dialog
var _imagemapDialogFeature = "status:0;dialogWidth:610px;dialogHeight:400px; scroll: 0; resizable: yes; help:0";
// Default window ornaments for the media dialog
var _mediaDialogFeature = "status:0;dialogWidth:580px;dialogHeight:550px; scroll: 0; resizable: 0; help:0";
// Default window ornaments for the flash dialog
var _flashDialogFeature = "status:0;dialogWidth:587px;dialogHeight:540px; scroll: 0; resizable: 0; help:0";
// Default window ornaments for the page properties dialog
var _pageDialogFeature = "status:0;dialogWidth:490px;dialogHeight:520px; scroll: 0; resizable: yes; help:0";
// Default window ornaments for the Tag dialog
var _tagDialogFeature = "help:0;status:0;resizable:0;dialogWidth:453px;dialogHeight:496px;";
// Default window ornaments for the help dialog
var _helpDialogFeature = "left=20,top=20,width=764,height=500,toolbar=0,scrollbars=1,resizable=1";
// Default window ornaments for the Rule dialog
var _RuleDialogFeature = "help:0;status:0;resizable:1;dialogWidth:340px;dialogHeight:210px;";
// Default style in the source view
var _editorSourceStyle = "font:normal 11px verdana;background:#ffffff;margin:0;padding:0;";
// Default window ornaments for the color picker dialog
var _pastetextDialogFeature = "width=450,height=400,resizable=0,toolbars=0,menubar=0,status=0";
// Default window ornaments for the universal keyboard dialog
var _keyboardDialogFeature = "help:0;status:0;resizable:0;dialogWidth:415px;dialogHeight:305px;";
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -