modalbox

modalbox를 엽니다

HTMLElement modalbox(object config);
configobjectmodalbox 설정 객체
HTMLElementmodalbox를 포함하는 div 요소

Example

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

Details

modalbox에 사용할 수 있는 설정 옵션에 대한 자세한 내용은 Popup Messages and Modal Boxes 문서를 참고하세요.

See also
Change log

6.0 버전에 추가됨

맨 위로