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.
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.
- To use the Rich Text Editor control in an Angular application, a Universal, DXperience, or ASP.NET subscription is required.
- All Devexpress npm packages used in this application should come from the same npm package version.
Follow the steps below to run this application on your computer:
-
Open the JS folder in the command prompt and run the following command to install all npm packages used in the application:
npm install
-
Execute the following command to compile and run the application:
ng serve --open
(you will be redirected to DevExpress.com to submit your response)