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

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

Definition

Package:@progress/kendo-angular-editor

Syntax:

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

Properties

content?

string

Sets the CSS rules to apply.

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

path?

string

Sets the path to an external style sheet.

In this article
DefinitionPropertiescontent?keepBuiltInCss?path?
Not finding the help you need?
Contact Support