message

打开一个指定类型的 message box

HTMLElement message(object config);
configobjectmessage box 的配置设置
HTMLElement包含 message box 的 div 元素

Example

var box = scheduler.message({ 
    type:"confirm-warning", 
    text:"Are you sure you want to do it?"
});

Details

有关 message box 可用配置选项的更多信息,请参见 弹出消息与模态框 文章。

See also
Change log

在版本 6.0 中添加

返回顶部