I have defined, in the App_Themes, the default font as Verdana.
When using the RadEditor, the font is not taken from it. Is there any way I can make the App_themes style the default of RadEditor.
I tried the followingin Page_Load, but doesn't work:
Me.editorShort.ContentAreaCssFile="~/App_Theme/DefaultTheme/StyleSheet.css"
Please help.
When using the RadEditor, the font is not taken from it. Is there any way I can make the App_themes style the default of RadEditor.
I tried the followingin Page_Load, but doesn't work:
Me.editorShort.ContentAreaCssFile="~/App_Theme/DefaultTheme/StyleSheet.css"
Please help.