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

ToolsFile

2 Answers 70 Views
Editor
This is a migrated thread and some comments may be shown as answers.
zeshan
Top achievements
Rank 1
zeshan asked on 04 Sep 2008, 01:04 PM
hello,

there is my xml file that i am using for RadEditor to show the tools.
Please tell me that it is fine or i am doing any mistake.


<root>
    
    <tools name="MainToolbar" dockable="true" enabled="true">
        
        <tool name="PastePlainText" />
        <tool name="FindAndReplace" />
        <tool name="SelectAll" />
        <tool name="StripAll" />
        <tool name="AjaxSpellCheck" />
        <tool name="TemplateManager" />
        <tool name="TrackChangesDialog" />
        <tool name="Undo" />
        <tool name="Redo" />
        <tool name="Bold" />
        <tool name="Italic" />
        <tool name="UnderLine" />
        <tool name="InsertHorizontalRule" />
        <tool name="ApplyClass"/>
            
    </tools>

    <tools name="EnhancedEditToolbar" dockingZone="Bottom" dockable="true" enabled="true">
        <tool name="ToggleScreenMode" />
    </tools>

</root>


thanks

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 04 Sep 2008, 01:27 PM
Hi Zeshan,

The xml is almost valid for RadEditor for ASP.NET AJAX. You should also remove the dockable and enabled attributes and everything will be fine.

Kind regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
zeshan
Top achievements
Rank 1
answered on 04 Sep 2008, 02:19 PM
thanks
Tags
Editor
Asked by
zeshan
Top achievements
Rank 1
Answers by
Rumen
Telerik team
zeshan
Top achievements
Rank 1
Share this question
or