Hello,
I am using DHTMLX scheduler. Thank you for such a nice plugin.
Is there any way to show loading animation while inserting/updating/deleting an event?
Thank you,
Manisha.
Hello,
I am using DHTMLX scheduler. Thank you for such a nice plugin.
Is there any way to show loading animation while inserting/updating/deleting an event?
Thank you,
Manisha.
If we are talking about scheduler as plugin - it not possible
If we are talking about scheduler as separate component - there are onBeforeUpdate and onAfterUpdate events which called before and after xml operation, which can be used to start|stop any kind of custom animation.
Thank you for your reply
Yes, I did as per your suggestion and it worked perfectly.