Skip to main content

undo_deleted

Description

Provides the Undo popup when you delete an event

undo_deleted: boolean

Example

// disables the Undo popup showing
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

  • Added in 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.