Version Assembly : 2008, 2, 723, 20
I am creating a custom editorTool to "add an image" from the desktop to the content of the radeditor.
I am trying to add a custom icon to this editorTool. But It doesn't work. The name of my editorTool id "AddImage"
,I tried this but it doesn't work :
I am using the Outlook skin. This background-image is replaced by the
Do you have a solution and an idée to resolve my problem ?
Thank you in advance,
Suzi
I am creating a custom editorTool to "add an image" from the desktop to the content of the radeditor.
I am trying to add a custom icon to this editorTool. But It doesn't work. The name of my editorTool id "AddImage"
,I tried this but it doesn't work :
.AddImage
{
background-image: url(~/images/add2.gif);
}
I am using the Outlook skin. This background-image is replaced by the
.rade_tool
SPAN style generated by the outlook skin.
Do you have a solution and an idée to resolve my problem ?
Thank you in advance,
Suzi
