message
Description
선택한 유형의 message 박스를 엽니다
message: (config: any) => HTMLElement
Parameters
config- (required) object - message 박스의 구성 설정
Returns
div- (HTMLElement) - message 박스를 포함하는 div 요소
Example
var box = scheduler.message({
type:"confirm-warning",
text:"Are you sure you want to do it?"
});
Details
message 박스에 사용할 수 있는 구성 옵션에 대한 자세한 내용은 "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.