본문으로 건너뛰기

undo_deleted

Description

이벤트 삭제 후 나타나는 Undo 팝업을 활성화합니다.

undo_deleted: boolean

Example

// Undo 팝업을 비활성화합니다.
scheduler.config.undo_deleted = false; /*!*/

scheduler.init('scheduler_here',new Date(2010,0,10),"week");
scheduler.load("./data/events.xml");

Default value: true

Details

undo_deleted_config

Change log

  • v7.1에 추가됨
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.