Hello,
I am trying to figure something out and not having any luck.
I am trying to add a Custom Editor Tool to my RadEditor. I have gotten most of what I want to work (on the Ribbon, on multiple tabs, in its own section) but I cannot get the Text to show up. Instead, I just get the default off-cent quote-i image. I do not want an image to display; instead, I'd like the button's text to display.
On the EditorTool ...
I've set: ShowText = true;
And: ShowIcon = false;
I've provided a Text property value. I've cleared out the ImageUrl and ImageUrlLarge values (String.Empty and null). But I can't figure out how to make the button show its Text and not its Image.
Can't figure out what I'm doing wrong. Should I be using a different control (EditorTool)? Can I do it via the XML file?