Completed
Last Updated: 10 Oct 2017 13:37 by ADMIN
ADMIN
Hristo
Created on: 04 Oct 2017 14:08
Category: UI Framework
Type: Feature Request
0
ADD.TPF - Expose API in HTML-like text formatting for changing the default and visited colors of the hyperlinks

		
1 comment
ADMIN
Ralitsa
Posted on: 10 Oct 2017 13:36
In order to change the colors of hyperlink, you can the following code snippet: 
TinyHTMLParsers.LinkColor = Color.Green;
TinyHTMLParsers.LinkClickedColor = Color.Magenta;
this.radLabel2.Text = @"<html><a href=www.telerik.com>Telerik Web Site</a></html>";