I'm too stupid to integrate a list of styles for the TinyMCE RTE add-on. I tried several ways, like comma separated list, ... I also tried to copy the complete example from the docs in the field. It's not possible. Please can you give me an short example how to integrate a list?
I think, only
TinymceWrapper is currently supported here on the forum.
With
TinymceWrapper, whatever you see on the TinyMCE docs, can be done, period! no stupid magic to implore first.
Just paste that in your init chunk, done!
tinymce.init({
... ,
link_class_list: [
{title: 'None', value: ''},
{title: 'prettyLink', value: 'prettyLink'},
{title: 'colorBox', value: 'colorBox'}
],
image_class_list: [
{title: 'None', value: ''},
{title: 'prettyPhoto', value: 'prettyPhoto'},
{title: 'colorBox', value: 'colorBox'}
],
...
})
And stop feeling stupid, start feeling awesome with TinymceWrapper
Maybe it is past high time to make that irreversible switch!!!!!?????
Full TinymceWrapper support thread, get on board yesterday!!!