bbsmax_config.aspx
来自「asp的bbs程序」· ASPX 代码 · 共 21 行
ASPX
21 行
/*
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 + =
减小字号Ctrl + -
显示快捷键?