Hi all,
I'm upgrading an app using the old RadEditor Q2 2007 to the new RadEditor AJAX Q3 2010.
I've found an issue with the tools xml file: I want to display a custom button with a custom image. In the old tools file this was declared as follows:
<tool name="mycustomtool" ShowIcon="true" ShowText="false" enabled="true" iconurl="mycustomtool.gif" />
This causes all sorts of unexpected behaviours, but if I remove the "iconurl" property everything works fine, except for the button that doesn't of course display the image we want.
<tool name="mycustomtool" ShowIcon="true" ShowText="false" enabled="true" />
How can I display my button with the right image using the tools file?
I've been digging around for info but found nothing useful so far (including the "Adding Your Own Buttons" article and various forum threads).
Thanks
Mauro
I'm upgrading an app using the old RadEditor Q2 2007 to the new RadEditor AJAX Q3 2010.
I've found an issue with the tools xml file: I want to display a custom button with a custom image. In the old tools file this was declared as follows:
<tool name="mycustomtool" ShowIcon="true" ShowText="false" enabled="true" iconurl="mycustomtool.gif" />
This causes all sorts of unexpected behaviours, but if I remove the "iconurl" property everything works fine, except for the button that doesn't of course display the image we want.
<tool name="mycustomtool" ShowIcon="true" ShowText="false" enabled="true" />
How can I display my button with the right image using the tools file?
I've been digging around for info but found nothing useful so far (including the "Adding Your Own Buttons" article and various forum threads).
Thanks
Mauro