New to Kendo UI for jQueryStart a free 30-day trial

Serializes the currently selected text to a XHTML string.

Returns:String

The selected text as valid XHTML.

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor();
var editor = $("#editor").data("kendoEditor");
var html = editor.selectedHtml();
</script>
Not finding the help you need?
Contact Support