알림 메시지 박스를 표시합니다
config | object | alert 박스의 구성 설정 |
HTMLElement | alert 박스를 포함하는 div 요소 |
var box = scheduler.alert({
title:"Alert",
type:"alert-error",
text:"You can't do this"
});
alert 메시지 박스에 사용할 수 있는 구성 옵션에 대한 자세한 내용은 Popup Messages and Modal Boxes 문서를 참조하세요.
버전 6.0에서 추가됨
맨 위로