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

[Solved] How would you implement PasteOptions in a custom theme?

1 Answer 59 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 11 Jan 2010, 05:22 PM
I've tried

<

 

telerik:EditorTool name="PasteOptions" />

 

 but it does not work. I'm looking to get the options there Paste, Paste From Word, Paste from Word, strip font, Paste Plain Text, Paste As Html
Thanks.

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 12 Jan 2010, 12:03 PM
Hi Martin,

The button type you are refering to is a ToolStrip button. The correct syntax is:
<telerik:EditorToolStrip Name="Paste">
    <telerik:EditorTool Name="Paste" />
    <telerik:EditorTool Name="PastePlainText" />
    <telerik:EditorTool Name="PasteAsHtml" />
    <telerik:EditorTool Name="PasteFromWord" />
    <telerik:EditorTool Name="PasteFromWordNoFontsNoSizes" />
</telerik:EditorToolStrip>

Detailed information on how to create a ToolStrip button and list of the built-in buttons is available in the following articles:
How to create a ToolStrip
Introduction to Toolbars


All the best,
Dobromir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
Martin
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or