modalbox를 엽니다
config | object | modalbox 설정 객체 |
HTMLElement | modalbox를 포함하는 div 요소 |
var box = scheduler.modalbox({
title: "Close",
type: "alert-warning"
});
modalbox에 사용할 수 있는 설정 옵션에 대한 자세한 내용은 Popup Messages and Modal Boxes 문서를 참고하세요.
6.0 버전에 추가됨
맨 위로