I'm trying to reset my Editor back to the initial values i have when the page loads on a button press.
Is there a way to to this other than setting the values again?
I am able to clear all the values with the following :
var editor = $("#editor").data("kendoEditor");
editor.value("")
Would i have to input the initial text again in the .value()?