Hi,
I am overriding the "FillTopToolbar" method to add selective buttons to the TopToolbar.
I wish to change the active and normal image of the Bold button.
something like this
var boldButton = new AjaxControlToolkit.HTMLEditor.ToolbarButton.Bold(); boldButton.NormalSrc = "../assets/img/bold.png"; TopToolbar.Buttons.Add(boldButton);
This doesnt seem to affect the output HTML. The HTML Editor still loads with its own image source for ImageButtons.
Any idea how to do this ?
Cheers,
Nachiket