This is a migrated thread and some comments may be shown as answers.

Text color in Editor

1 Answer 456 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Priyanka
Top achievements
Rank 1
Priyanka asked on 19 Sep 2017, 03:56 PM

Hi , I am working on the kendo editor but I need some red color on the text . Can it be possbile? I have followed the below link but it has no information about it. 

Anyone any ideas??

 

http://demos.telerik.com/aspnet-mvc/editor

 

Thanks

1 Answer, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 20 Sep 2017, 02:36 PM
Hello Priyanka,

The list with the Editor tools could be found on the following link. To have the possibility to change the color of the font the foreColor tool should be added. The backColor is the tool for changing the background color of the text.

Below is an example configuration for MVC. 
.Tools(tools => tools         
.FontColor().BackColor()        
)

The Demo with all the tools could also be helpful.

Regards,
Neli
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Editor
Asked by
Priyanka
Top achievements
Rank 1
Answers by
Neli
Telerik team
Share this question
or