打开一个指定类型的 message box
config | object | message box 的配置设置 |
HTMLElement | 包含 message box 的 div 元素 |
var box = scheduler.message({
type:"confirm-warning",
text:"Are you sure you want to do it?"
});
有关 message box 可用配置选项的更多信息,请参见 弹出消息与模态框 文章。
在版本 6.0 中添加
返回顶部