modalbox

打开一个 modalbox

HTMLElement modalbox(object config);
configobjectmodalbox 的设置参数
HTMLElement包含 modalbox 的 div 元素

Example

var box = scheduler.modalbox({
    title: "Close",
    type: "alert-warning"
});

Details

关于 modalbox 可用配置选项的更多信息,请参阅 弹出消息与模态框 文章。

See also
Change log

版本 6.0 中新增

返回顶部