Unplanned
Last Updated: 30 Oct 2025 14:23 by Andre' Hazelwood
Andre' Hazelwood
Created on: 30 Oct 2025 14:23
Category: Editor
Type: Feature Request
1
Define default stylesheet to include in the iframe of the Editor

The KendoUI Editor for jQuery exposes a stylesheets property that allows the default stylesheet to be defined for the editor.  Please add this property to the KendoUI Editor for Vue as well as I would like to be able to set some default css properties such as font family, font size, colors, etc.  

The list of stylesheets can be attached after the currently included stylesheets which would allow overriding any default Kendo or ProseMirror specific styles.

Reference:  https://www.telerik.com/kendo-jquery-ui/documentation/api/javascript/ui/editor/configuration/stylesheets

As an alternative, you can apply custom CSS (such as font family, font size, and colors) to the Editor's iframe content, you can use the onLoaded event. With this event, you can inject a <style> element or a <link> to an external stylesheet into the iframe's document, allowing you to override default Kendo or ProseMirror styles. 

https://www.telerik.com/kendo-vue-ui/components/editor/styling-content#styling-the-content-in-iframe-edit-mode 

0 comments