TinyMCE Multiple classes to an element?
PermalinkI have various styles (eg: .img-right, .img-left) set up in typography.css which works beautifully, but I can't see a way of applying 2 classes, for example if using bootstrap, you may want to add the classes "btn btn-mini".
I successfully managed this by adding it to a custom toolbar set:
style_formats : [ {title:"PDF Button", selector:"a", classes:"btn btn-mini"}, ],
...but this seems to override the styles in typography.css although it will still show the correct formatting for headings and text etc.
Any idea's how to overcome this?
