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

ajax_error

Description

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

ajax_error: string | boolean

Example

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

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

scheduler.init("scheduler_here");

Default value: "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.