Skip to main content

ajax_error

Description

Specifies how to display the default error notification in case the XML data loading failed

ajax_error: string | boolean

Example

// logs error message to console
scheduler.config.ajax_error = "console";

// or
// supresses the default error messages
// scheduler.config.ajax_error = false;

scheduler.init("scheduler_here");

Default value: "alert"

Details

The default error notification (i.e. when scheduler.config.ajax_error = "alert") looks like this:

ajax_error_property

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.