I have a website that uses FCKEditor. I would like to make an incredibly simple plugin: when the user selects the text and then removes MyPluginIcon, the editor surrounds the text in the span tag with a specific class.
This means that it is like a Bold or Italic button, but for:
<span class="blah">EtcEtc</span>
I am far from a JS expert, so I was looking for a copy plugin. I looked at the FCK wiki, but all the plugins are really complex (file browsers and more). Do you know about a super simple FCK plugin that I can configure for my plugin?
Thanks!
source share