I am using a Kendo Editor for MVC and I would like to add either a custom button or image button in the Editor's Tools.
For example, I would like to add this line so the image can appear in the Tools:
<img id="btnCopy" name="btnCopy" src="~/Images/Copy.png" onclick='doSomething(document.getElementById("myText").value)' />
Is it possible to customize the Editor's Tools? if yes, what do I need to do? An example would be helpful.