How does on create a simple custom editor template for the Scheduler for Vue component?
My case is rather simple. I want to provide some static details in the popup UI, and the user can Accept the event (or cancel).
At most, I would like to allow the user to edit the description (we call comments).
I get the jquery implementations, but :editor-template doesn't work
The Vue docs imply that editable can be either boolean or object. I assumed the object would include the "details of how to set the editor template. But there is no example i can find on the "object" construction.
I can't imagine this would be that hard or not supported.
My case is rather simple. I want to provide some static details in the popup UI, and the user can Accept the event (or cancel).
At most, I would like to allow the user to edit the description (we call comments).
I get the jquery implementations, but :editor-template doesn't work
The Vue docs imply that editable can be either boolean or object. I assumed the object would include the "details of how to set the editor template. But there is no example i can find on the "object" construction.
I can't imagine this would be that hard or not supported.