This is a migrated thread and some comments may be shown as answers.

Trying to show 4 tools, 16 show instead.

1 Answer 39 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Nick
Top achievements
Rank 1
Nick asked on 06 Jan 2009, 03:29 PM
Hi,
I am trying to show only 4 tools in an editor - very similar to what is going on in the editor I am using to write this post.
My code is simply:
<telerik:RadEditor ID="RadEditor1" runat="server"
                    <Tools> 
                        <telerik:EditorToolGroup> 
                            <telerik:EditorTool Name="Bold" /> 
                            <telerik:EditorTool Name="Italic" /> 
                            <telerik:EditorTool Name="Underline" /> 
                            <telerik:EditorTool Name="InsertUnorderedList" /> 
                        </telerik:EditorToolGroup> 
                    </Tools> 
                    <CssFiles> 
                        <telerik:EditorCssFile Value="~/Styles/Editorial.css" /> 
                    </CssFiles> 
</telerik:RadEditor> 

The css file changes the background of the editor so that it is not using the master page's background.
Now this looks fine in VS 2008, but when I run it, 16 buttons appear in a single row, and when I hover over one, 4 of them "select."
It is true that the 16 buttons only do the 4 functions I am looking for, but I only want the 4 buttons.  What am I missing?
Thanks.


1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 09 Jan 2009, 10:49 AM
Hello Nick,

I am not aware of such problem with RadEditor and I believe that it is related to your custom settings which you have not provided. I prepared a sample demo based on the provided code but the RadEditor looks as expected both under IE7 and FF3.

This being said, I think that the best way to proceed is to download the test demo, modify it in order to reproduce the issue, open a new support ticket and send it back to us. Providing detailed information about the browser under which you reproduce the issue along with the exact RadControls version will also be helpful. 

All the best,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Nick
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or