PerfectlyNormal / tinymce-rails-imageupload

Image upload plugin for TinyMCE and Rails with the asset pipeline
MIT License
149 stars 153 forks source link

Added option for assigning class to img tag #26

Closed nathanshox closed 11 years ago

nathanshox commented 11 years ago

This PR allows you to set a class value for the img tag via an option in the call to .tinymce().

It only adds class="..." to the tag if the string supplied in the option isn't empty.

PerfectlyNormal commented 11 years ago

Thanks!