Hi,
I am using the latest version of Telerik RAD Editor. It's working fine but I need to customize the following things:
First I want to change the appearance by modifying the width and toolbar sets. I tried to do this by altering TelerikRadEditorHtml.ascx and TelerikRadEditorText.ascx.
Apparently, Telerik provides two different controls for working with HTML field and List field. For the RadHtmlField inside TelerikRadEditorHtml.ascx, I added the property ToolsFile and Width, and it behaved exactly like I wanted.
I tried to add the same properties to RadTextField inside TelerikRadEditorText.ascx, but it ignored the properties. I observed there is a FontSizeCoef property, but I wanted to set exactly the width and height. Also the ToolsFile property I couldn't make it work.
Is there anyway to work around this?
I am using the latest version of Telerik RAD Editor. It's working fine but I need to customize the following things:
First I want to change the appearance by modifying the width and toolbar sets. I tried to do this by altering TelerikRadEditorHtml.ascx and TelerikRadEditorText.ascx.
Apparently, Telerik provides two different controls for working with HTML field and List field. For the RadHtmlField inside TelerikRadEditorHtml.ascx, I added the property ToolsFile and Width, and it behaved exactly like I wanted.
I tried to add the same properties to RadTextField inside TelerikRadEditorText.ascx, but it ignored the properties. I observed there is a FontSizeCoef property, but I wanted to set exactly the width and height. Also the ToolsFile property I couldn't make it work.
Is there anyway to work around this?