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

Lists the dialog commands accepted by the openDialog method.

Supported dialog commands:

  • createLink
  • viewSource
  • insertFile
  • insertImage
  • tableWizard

Possible values:

  • "createLink"
  • "insertFile"
  • "insertImage"
  • "viewSource"
Example:
TS
// Open a `createLink` dialog.
editor.openDialog('createLink');

// Open a `viewSource` dialog.
editor.openDialog('viewSource');
Not finding the help you need?
Contact Support