?? bbsmax_config.aspx
字號:
?/*
icons : [
{
// 默認只需設(shè)置`title`
description:{title:'標(biāo)題',content:'顯示的內(nèi)容',width:'寬度'},
src:'圖標(biāo)地址',
url:'操作的對話框url',
width:'顯示對話框?qū)挾?#039;,
height:'顯示對話框高度',
routine: function () {}
}
]
*/
var BBSMaxConfig = {
icons : [
{description:{title:'插入圖片',content:'圖片',width:50}, src:'image.png', url:'$url:InsertFiles.html?fileType=Image&onlyRemote=true', width:489, height:360},
{description:{title:'插入Flash'}, src:'flash.png', url:'$url:InsertFiles.html?fileType=Flash&onlyRemote=true', width:489, height:360},
{description:{title:'插入媒體'}, src:'media.png', url:'$url:InsertFiles.html?fileType=Audio,Video&onlyRemote=true', width:489, height:360}
]
};
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -