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

Editor toolstrip 'showtext' property stops all dropdowns from working

1 Answer 37 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 20 Nov 2008, 05:32 PM
I'm experiencing an issue with trying to amend the RadEditorTools.xml file for the RadEditor. I'm trying to create a dropdown list for the various paste functions (paste, paste from word etc). In my RadEditorTools.xml file I've got the following code:

 

<EditorToolStrip Name="Paste" > 
    <EditorTool Name="Paste"  /> 
    <EditorTool Name="PasteFromWordNoFontsNoSizes" /> 
    <EditorTool Name="PastePlainText" /> 
    <EditorTool Name="PasteAsHtml" /> 
</EditorToolStrip> 

In order to hide the text on the 'paste' top level button I'm assuming I need to use the showtext="false" property. However, when adding this all my dropdowns in the toolstrip don't work. Please can anyone confirm if this is a reproducable bug or I'm understanding this incorrectly.

Thanks in advance for any help.

1 Answer, 1 is accepted

Sort by
0
Nikolay Raykov
Telerik team
answered on 24 Nov 2008, 04:11 PM
Hi Tim,

We couldn't reproduce your issue. What do you mean by top level button? Is this the toolstrip you have defined or the first tool in the tools collection, because they both have a name "Paste"?

Sincerely yours,
Nikolay Raykov
the Telerik team

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