Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EditorConfigProvider

A provider used for configuring the editor.

Hierarchy

  • EditorConfigProvider

Index

Methods

configureEditor

  • configureEditor(configuration: any): any
  • Modifies the editor configuration.

    Parameters

    • configuration: any

    Returns any

getToolBarItems

  • getToolBarItems(editorHost: any): ToolBarItem[]
  • Returns an array of tool bar items.

    Parameters

    • editorHost: any

      The element containing the html editor. Example how to get the editor: editorHost.getKendoEditor();

    Returns ToolBarItem[]

getToolBarItemsNamesToRemove

  • getToolBarItemsNamesToRemove(): string[]
  • Returns an array of item's names to be removed from the toolbar.

    Returns string[]

Generated using TypeDoc