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

Nonce

configuration

When strict CSP is enabled a nonce can be provided for the inline styles. The passed value would be used as the nonce attribute for the inline styles in the content area iframe, the placeholder inline style and the link tags loading external stylesheets in the content area.

nonce

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

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