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

[Solved] Custom Tool strange i's

1 Answer 67 Views
Editor
This is a migrated thread and some comments may be shown as answers.
umit celik
Top achievements
Rank 1
umit celik asked on 30 Oct 2009, 11:48 AM

hi,

When i programitically add custom tools to editor, i 's  like in the atachment appears, how can i stop this.

1 Answer, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 04 Nov 2009, 12:58 PM
Hi Umit,

The i's appears just to notify that you should provide image files for your custom buttons. In addition you should declare a CSS class with the following syntax for each custom tool so that its icon is displayed on the toolbar:

<style type="text/css">
.reTool .<CustomToolCommandName>
{
  background-image: url(MyImage.gif);
}
.reTool .TenderDocumentFreeOfCharge
{
  background-image: url(document.gif);
}
.reTool .SampleRequired
{
  background-image: url(Sample.gif);
}
...
</style>

You can find more information in this help article: Adding Your Own Buttons.

Sincerely,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
umit celik
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or