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

ToolsFile.xml and custom EditorToolGroup

1 Answer 111 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Andrew Benson
Top achievements
Rank 2
Andrew Benson asked on 01 Jan 2009, 02:11 PM
Is there a way to use the ToolsFile in combination with a custom EditorToolGroup/DockingZone? The only documentation I could find was to manually add the tools I want (either in the markup or codebehind).

Thanks.

-AB

1 Answer, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 05 Jan 2009, 05:00 PM
Hello Andrew,

Please check the following demo:
http://demos.telerik.com/aspnet-ajax/Editor/Examples/DockingZone/DefaultCS.aspx






It uses a tools file as well - to set a toolbar docking zone from the tools file you need to use DockingZone="Left", e.g.

<tools name="MainToolbar" dockable="true" enabled="true" DockingZone="Left">

Kind regards,
Tervel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Andrew Benson
Top achievements
Rank 2
Answers by
Tervel
Telerik team
Share this question
or