Hi !
I'm using the kendo editor in the Vue environment.
I want to create a Kendo editor Custom tool using the following template.
I would like to create a Kendo editor custom tool for file upload using the template below. The internal logic is in place and we just want to see an example of creating a custom tool with a template.
--
<input class="hide_file" type="file" @change="doUploadInput($event.target)"
@drop="doUploadInput($event.target)" multiple>
</input>
--
This is well enough in the official documentation but I would like to see a more detailed example.
thank you. have a good day
: )