?? ftsetup.js
字號:
?//調節靜態貼子表單編輯器寬度和高度
var editor = new FtEditor("editor");
editor.hiddenName = "remenu";
editor.editorType = "simple";
editor.editorWidth = "600px";
editor.editorHeight = "250px";
editor.skinPath = "../fteditor/skins/";//靜態文件編輯器圖片文件路徑
editor.iconPath = "../fteditor/icons/";
editor.show();
//回貼
function CheckReForm(form){
editor.data();//提交
nl=document.myform.remenu.value;
if (CheckBody(nl)<=0){alert('內容不能為空');return false;}
document.myform.submit1.disabled = true;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -