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

Change a icon in teleik editor

1 Answer 26 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Abhinandan Bansal
Top achievements
Rank 1
Abhinandan Bansal asked on 04 Nov 2010, 01:02 PM
I add the following style in my aspx change but it did not reflect the new icon in editor.
<style type="text/css">
.reToolbar.Vista .TemplateManager
{
  background-image
: url(MyImage.gif) !important;
}
<
/style>
Please help me regarding this.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 04 Nov 2010, 01:13 PM
Hi Abhinandan,

Here is an example how to override the embedded Template Manager icon:

<style type="text/css">
.reToolbar .TemplateManager
{
  background: url(http://demos.telerik.com/aspnet-classic/RadControls/Editor/Skins/Default/buttons/LinkManager.gif) !important;
}
</style>

Sincerely yours,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Editor
Asked by
Abhinandan Bansal
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or