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

EditorCssSettings

Represents the settings for applying custom CSS styles to the Editor in iframe mode (see example).

typescript
const cssSettings: EditorCssSettings = {
  content: '.k-editor { color: red; }',
  path: '/styles/editor.css',
  keepBuiltInCss: false
};
NameTypeDefaultDescription

content?

string

Sets the CSS rules to apply.

keepBuiltInCss?

boolean

Determines if custom styles override or extend built-in styles.

path?

string

Sets the path to an external style sheet.

Not finding the help you need?
Contact Support