Is it possible to use client side script to change the font from a get_html call for the radEditor. Our client now wants all content to be the same font.
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 01 May 2009, 12:32 PM
Hi Rich,
The editor.get_html(true) method returns a string. You can manipulate the string using regular expressions and replace the fonts with the desired one. For example you can implement a content filter as it is demonstrates in this live demo: Custom Content Filters.