Перейти к основному содержимому

ajax_error

Description

Определяет, как отображать уведомление об ошибке по умолчанию в случае неудачной загрузки XML-данных

ajax_error: string | boolean

Example

// выводит сообщение об ошибке в консоль
scheduler.config.ajax_error = "console";

// или
// отключает стандартные сообщения об ошибках
// scheduler.config.ajax_error = false;

scheduler.init("scheduler_here");

Значение по умолчанию: "alert"

Details

Уведомление об ошибке по умолчанию (то есть когда scheduler.config.ajax_error = "alert") выглядит так:

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.