This is a migrated thread and some comments may be shown as answers.

How to define custom editor template in Scheduler Vue

1 Answer 95 Views
This is a migrated thread and some comments may be shown as answers.
Jim
Top achievements
Rank 1
Veteran
Jim asked on 06 Sep 2020, 03:42 PM
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.

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 08 Sep 2020, 09:10 AM

Hello Jim,

Here's an example that demonstrates how to use a custom editor template in the Scheduler: https://stackblitz.com/edit/jybz6g?file=index.js

Regards,
Ivan Danchev
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive , special prizes and more, for FREE?! Register now for DevReach 2.0(20).

Asked by
Jim
Top achievements
Rank 1
Veteran
Answers by
Ivan Danchev
Telerik team
Share this question
or