alert
Description
알림 메시지 박스를 표 시합니다
alert: (config: any) => HTMLElement
Parameters
config- (required) object - alert 박스의 구성 설정
Returns
div- (HTMLElement) - alert 박스를 포함하는 div 요소
Example
var box = scheduler.alert({
title:"Alert",
type:"alert-error",
text:"You can't do this"
});
Details
alert 메시지 박스에 사용할 수 있는 구성 옵션에 대한 자세한 내용은 "Popup Messages and Modal Boxes" 문서를 참조하세요.
Related API
Related Guides
Change log
- 버전 6.0에서 추가됨
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.