I'm currently trying to make the "codesample" button appear in tinyMCE. I did that but I have a small issue.. The button is there but the icon does not appear. So I can click on it because I know it's there, but I don't see it :-D
I chose "images/editor/charmap.gif" because I did a copy/paste of the "charmap" command for my test. However, the weird thing is that the icon for "charmap" command appears but not the one for codesample o_O
Another weird thing is that when I check at the source code of the buttons, there is no reference to the gif image, only a class "icon-tv" applied to the charmap command.
From what I see, the issue is located in the class of the "i" element of the button. Instead of "mce-ico mce-i-codesample", I should have "mce-ico mce-i-custom icon-code". However, I have no idea how to define that.
I didn't try yet to put a reference to another gif image (a custom one) because 1) I wouldn't know where to put it and 2) I'd prefer to use the same system as the other button (meaning, an css icon)...
tinymce code sample icon
Hi,
I'm currently trying to make the "codesample" button appear in tinyMCE. I did that but I have a small issue.. The button is there but the icon does not appear. So I can click on it because I know it's there, but I don't see it :-D
I added these lines in tinyMceConfig.config:
I chose "images/editor/charmap.gif" because I did a copy/paste of the "charmap" command for my test. However, the weird thing is that the icon for "charmap" command appears but not the one for codesample o_O
Another weird thing is that when I check at the source code of the buttons, there is no reference to the gif image, only a class "icon-tv" applied to the charmap command.
From what I see, the issue is located in the class of the "i" element of the button. Instead of "mce-ico mce-i-codesample", I should have "mce-ico mce-i-custom icon-code". However, I have no idea how to define that.
I didn't try yet to put a reference to another gif image (a custom one) because 1) I wouldn't know where to put it and 2) I'd prefer to use the same system as the other button (meaning, an css icon)...
is working on a reply...