📄 bbsmax_config.aspx
字号:
/*
icons : [
{
// 默认只需设置`title`
description:{title:'标题',content:'显示的内容',width:'宽度'},
src:'图标地址',
url:'操作的对话框url',
width:'显示对话框宽度',
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}
]
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -