Hi,
Could someone tell me where I can download a previous version of the RadEditor for MOSS Lite version to demo on a separate site from the one we do our full development on?
We still use version 4.5.3 (though could probably upgrade to 4.5.4), but we can't upgrade to the v.5 AJAX version, which is the only LITE version I can find to download.
So, RadEditor MOSS Lite v 4.5.x ?
thanks,
J Goodman
Equality Human Rights Commission

Hi,
Hi i need to hide the toolbar in the upper portion of the RadEditor. How do i do this? in my case i already removed B, I, U buttons. But there is something left. It looked like a separator or toolbar background something. I used these options below.
Option 1: Remove <Tool> tags from this code below.But the background for the toolbar remained there although the width become thin.
<telerik:RadEditor ID="rEditMailBody" runat="server" EditModes="Design" Height="370px" Width="921px" Skin="Vista">
<Tools>
<telerik:EditorToolGroup>
//The Bold, Italic and Underline button are removed from here.
</telerik:EditorToolGroup>
</Tools>
</telerik:RadEditor>
Option 2: Used OnClickAction to hide the buttons. But the background for the toolbar remained. Same width as it is when the three buttons are visible.
Option 3: I tried disabling the tools in ToolsFile.xml and ListToolsFile.xml by setting enabled and visible to "false" but this approach did not work for me even if i perform iisreset.
Can you guys help me out on this?
Thanks,
dha