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

UnsafeInline

configuration

When set to false, the decoration applied by the Formatting tool dropdown will be skipped and the values will appear as plain text options.

Default: true

<textarea id="editor"></textarea>

<script>
    $(document).ready(function() {
        $("#editor").kendoEditor({
            unsafeInline: false
        });
    });
</script>
Not finding the help you need?
Contact Support