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

Remove option from Paste Strip

1 Answer 84 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 24 Apr 2012, 11:06 AM
Hi,

I am using the rad editor with a ribbon bar tools file.
I have taken the default ribbon tools.xml file and am in the process of removing any unwanted options.

I am currently using the tool PasteStrip, however I would like to simplify the menu to remove the options for pasting as HTML and paste HTML.

Is this possible?

Here is a section of my tools file:
<root>
    <modules>
        <module name="RadEditorStatistics" dockingZone="Bottom"/>      
    </modules>
    <tools name="Save" tab="Home">
        <tool name="SaveSubSection" size="large" shortcut="CTRL+S" />
    </tools>
    <tools name="Clipboard" tab="Home">
        <tool name="PasteStrip" size="large"/>
        <tool name="Cut" size="medium"/>
        <tool name="Copy" size="medium" shortcut="CTRL+C"/>
        <tool name="Print" size="medium" shortcut="CTRL+P"/>
    </tools>
</root>

1 Answer, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 24 Apr 2012, 01:45 PM
Hi,

You can see how to create a custom toolstrip dropdown button with the desired paste option in the following live demo: Custom ToolStrips.

Greetings,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Ryan
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or