Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ToolBarItemsProvider

A provider used for retrieving tool bar items.

deprecated

please use EditorConfigProvider

Hierarchy

  • ToolBarItemsProvider

Index

Methods

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