跳转到主要内容

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.