I am using Telerik:RadImageEditor version
2012.3.1016.40 and getting tools for toolbar from XML file. Most of them
tools are working fine but facing issues with some below given tools. These
tools are not supporting. and getting message "Cound not find the command Export.Please update your command list." on click below given tools.
1) Export
2) Draw tools (Pencil, Draw Circle, Draw Rectangle and Line).
HTML script:
<telerik:RadImageEditor ID="imgZipLineViewer" runat="server" ToolsFile="~/Config/RadImageEditor.xml" EnableResize="true" CanvasMode="No"> </telerik:RadImageEditor>
XML Script of RadImageEditor.xml:
<root>
<tools name="FirstToolbar" dockable="true" enabled="true">
<tool name="Print" togglebutton="true" />
<tool name="Save" togglebutton="true" />
<tool name="Export" togglebutton="true" />
<tool separator="true"/>
<tool name="Undo" toolstrip="true" />
<tool name="Redo" toolstrip="true" />
<tool name="Reset" />
<tool separator="true"/>
<tool name="Zoom" toolstrip="true">
<tool name="Zoom" togglebutton="true"/>
<tool name="ZoomIn" togglebutton="true" />
<tool name="ZoomOut" togglebutton="true" />
</tool>
<tool name="Rotate" toolstrip="true">
<tool name="Rotate" togglebutton="true" />
<tool name="RotateRight" togglebutton="true" />
<tool name="RotateLeft" togglebutton="true" />
</tool>
<tool name="RotateRight" togglebutton="true" />
<tool name="AddText" togglebutton="true" />
<tool name="Pencil" toolstrip="true">
<tool name="Pencil" togglebutton="true" />
<tool name="DrawCircle" togglebutton="true" />
<tool name="DrawRectangle" togglebutton="true" />
<tool name="Line" togglebutton="true" />
</tool>
</tools>
</root>
So please give the suitable solution for this.
1) Export
2) Draw tools (Pencil, Draw Circle, Draw Rectangle and Line).
HTML script:
<telerik:RadImageEditor ID="imgZipLineViewer" runat="server" ToolsFile="~/Config/RadImageEditor.xml" EnableResize="true" CanvasMode="No"> </telerik:RadImageEditor>
XML Script of RadImageEditor.xml:
<root>
<tools name="FirstToolbar" dockable="true" enabled="true">
<tool name="Print" togglebutton="true" />
<tool name="Save" togglebutton="true" />
<tool name="Export" togglebutton="true" />
<tool separator="true"/>
<tool name="Undo" toolstrip="true" />
<tool name="Redo" toolstrip="true" />
<tool name="Reset" />
<tool separator="true"/>
<tool name="Zoom" toolstrip="true">
<tool name="Zoom" togglebutton="true"/>
<tool name="ZoomIn" togglebutton="true" />
<tool name="ZoomOut" togglebutton="true" />
</tool>
<tool name="Rotate" toolstrip="true">
<tool name="Rotate" togglebutton="true" />
<tool name="RotateRight" togglebutton="true" />
<tool name="RotateLeft" togglebutton="true" />
</tool>
<tool name="RotateRight" togglebutton="true" />
<tool name="AddText" togglebutton="true" />
<tool name="Pencil" toolstrip="true">
<tool name="Pencil" togglebutton="true" />
<tool name="DrawCircle" togglebutton="true" />
<tool name="DrawRectangle" togglebutton="true" />
<tool name="Line" togglebutton="true" />
</tool>
</tools>
</root>
So please give the suitable solution for this.