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

Add Tags selector

1 Answer 71 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Daud
Top achievements
Rank 1
Daud asked on 11 Feb 2011, 08:37 AM
How can I add HTML Tags Selector tool in the toolbar?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 14 Feb 2011, 04:02 PM
Hi Daud,


This module is designed to be placed in the Modules dockingzone area and if you render it in the toolbar there will be a visual glitch.

If this is not a problem for you, you can move the module to the toolbar by setting the DockingZone property of the module to Top:

<telerik:RadEditor ID="RadEditor1" runat="server">
<Modules>
<telerik:EditorModule Name="RadEditorDomInspector" dockingzone="Top" />
</Modules>
</telerik:RadEditor>


Best regards,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
Daud
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or