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