New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Editor All Tools
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik UI for ASP.NET Core Editor provides a predefined collection of tools that are used to interact with the component.
This demo shows the whole set of tools supported by the Telerik Core Editor. You can easily add or hide each of them through the Tools
collection option of the component by setting .Tools(tools => tools. Clear().Bold().Italic().Underline().Strikethrough()...FontName().FontSize().FontColor().BackColor().Print())
. If you remove the Clear()
option, the default toolbar will be shown along with the buttons specified by you.
For more information on how to configure custom tool behavior, refer to the demo showcasing the custom tools of the Editor.