Skip to content

Сustomize the DevExpress Rich Text Editor's Ribbon UI in an Angular application.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/asp-net-core-richedit-customize-ribbon-ui-in-angular-app

Repository files navigation

Rich Text Editor for ASP.NET Core - How to customize the built-in Ribbon UI in an Angular application

This example is a ready-to-use Angular client application that demonstrates how to customize the DevExpress Rich Text Editor's Ribbon UI.

Customize Ribbon

The Ribbon is a tabbed toolbar that groups command items on different tabs according to their purpose. Use the Rich Text Editor's ribbon option to access and customize the built-in Ribbon UI. The getTab and getItem methods allow you to access Ribbon tabs and their items. Call the insertTab and removeTab methods to modify the collection of tabs. To modify the item collection in a tab, call its insertItem and removeItem methods.

Requirements

Quick Start

Follow the steps below to run this application on your computer:

  1. Open the JS folder in the command prompt and run the following command to install all npm packages used in the application:

    npm install
    
  2. Execute the following command to compile and run the application:

    ng serve --open
    

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Сustomize the DevExpress Rich Text Editor's Ribbon UI in an Angular application.

Topics

Resources

License

Stars

Watchers

Forks