You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have app which supports multi-language. When language localization data doesn't apply to light-box action buttons until scheduler's init method called again.
If i do that then in mobile devices on double tap with details_on_create, it created multiple entries. Like if scheduler is initialize twice then it creates double entries on double tap.
You should reset event listeners on the scheduler container before new initialization.
Something like that: $('#scheduler-container').replaceWith($('#scheduler-container').clone()); scheduler.init(...)
What is the best way to reinitialize scheduler.
I have app which supports multi-language. When language localization data doesn't apply to light-box action buttons until scheduler's
init
method called again.If i do that then in mobile devices on double tap with
details_on_create
, it created multiple entries. Like if scheduler is initialize twice then it creates double entries on double tap.The text was updated successfully, but these errors were encountered: