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:
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.
| <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.