Getting and Setting HTML Content
The Kendo UI for Vue Native Editor enables you to programmatically get the HTML content of the Editor and set an updated version back.
The following example demonstrates how to achieve the suggested scenario by using the getHtml
and setHtml
functions.