What is the recommended way to add a SmallCaps button to the toolbar in the TinyMCE editor (Umbraco v.4.x)? I see sample code for adding to tinyMCE.init() but don't see where I can modify that.
I could add SmallCaps as a style but would prefer it as a button.
Try playing around with it and then make sure to use the proper tinymce alias for the smallcaps button. You should be able to configure an icon in the tinyMceConfig.config file if I remember correctly.
Adding SmallCaps Button to TinyMCE v3
What is the recommended way to add a SmallCaps button to the toolbar in the TinyMCE editor (Umbraco v.4.x)? I see sample code for adding to tinyMCE.init() but don't see where I can modify that.
I could add SmallCaps as a style but would prefer it as a button.
Hi Connie
I think you should be able to add the smallcaps button by following the same procedure as some of the guys write about in this post http://our.umbraco.org/forum/using/ui-questions/4917-RichTextEditor-features-font-color,-text-size
Also there is a blogpost about how to add the color picker from tinymce.
Try playing around with it and then make sure to use the proper tinymce alias for the smallcaps button. You should be able to configure an icon in the tinyMceConfig.config file if I remember correctly.
Hope this helps.
/Jan
is working on a reply...