Example of undefined in Javascript Rich Text Editor Control

/
/
undefined

This sample demonstrates how to show quick toolbar commands in the editor. In this sample, the image and link elements are configured with quick action commands. To see the quick tools, click on the image or the link of the editor's content.

More Details...

Description

The Rich Text Editor allows you to configure quick actions for text, image, and link elements using quickToolbarSettings property. You can add custom commands along with built-in commands. For example, "rotation" related commands are added as custom commands to the image element. Quick commands are opened as context-menu on clicking the corresponding element. The commands must be passed as string collection to image, text, and link attributes of the quickToolbarSettings property.