Hi
I would like to specify an icon for my custom context menu in my radEditor.
I am able to display an icon for my toolbar as in the following:
This works for my toolbar.
I have a custom contextmenu:
Just need the css to display a custom icon for my contextmenus.
Thanks in advance... You guys Rock!
I would like to specify an icon for my custom context menu in my radEditor.
I am able to display an icon for my toolbar as in the following:
| <root> |
| <tools name="MainToolbar"> |
| <tool name="tbiComment" showtext="true" Text="Mark as Comment" shortcut="CTRL+SHIFT+C"/> |
This works for my toolbar.
| .reToolbar.Default .tbiComment { |
| background-image: url(../images/comment.png); |
| } |
I have a custom contextmenu:
| <contextMenus> |
| <contextMenu forElement="comment"> |
| <tool name="tbiEditComment" Text="Edit Comment" /> |
| <tool name="tbiRemoveComment" Text="Remove Comment" /> |
| </contextMenu> |
Just need the css to display a custom icon for my contextmenus.
Thanks in advance... You guys Rock!
