modalbox
Description
Modalbox를 엽니다
modalbox: (config: any) => HTMLElement
Parameters
config- (required) object - modalbox 설정 객체
Returns
div- (HTMLElement) - modalbox를 포함하는 div 요소
Example
var box = scheduler.modalbox({
title: "Close",
type: "alert-warning"
});
Details
modalbox에 사용할 수 있는 설정 옵션에 대한 자세한 내용은 "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.