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

onQuickInfo

Description

Срабатывает при появлении всплывающей формы редактирования

onQuickInfo: (eventId: string) => void

Parameters

  • eventId - (required) string - id события

Example

scheduler.attachEvent("onQuickInfo",function(eventId){
// ваш код здесь
});

Details

примечание

Для работы события требуется включенный плагин quick_info.

Change log

  • добавлено в версии 4.4
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.