• Material 3
  • Fluent
  • Fluent 2
  • Bootstrap 5
  • Tailwind CSS
  • High Contrast
  • Fluent 2 High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Theme Mode
Localization
*Translated by Google Translator.
Currency

Example of Type in ASP.NET Core Rich Text Editor Control

This sample demonstrates the different behavior of toolbar support in the Rich Text Editor. Change the toolbar type as multiRow or expand from the property panel to see its appearance . Check or uncheck the floating toolbar in property panel to have a view of its behavior.

DEMO
SOURCE

The Rich Text Editor allows you to configure different types of toolbar using toolbarSettings.type property. The types of toolbar are:

  • Expand: The toolbar hides the overflowing items in the next row. Click the expand arrow to view overflowing toolbar items
  • Multi Row: The toolbar hides the overflowing items in the next row.
  • Floating: set boolean value to toolbarSettings.enableFloating property to enable or disable the floating toolbar.
  • Scrollable: All the elements are displayed in a single line with horizontal scrolling enabled.
Transform your ASP.NET Core web apps today with Syncfusion® ASP.NET Core components
85+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab