solved Got COPY/PASTE and SPELLCHECK working in my Tinymce editor...

Strumelia
Strumelia
@strumelia
10 years ago
3,605 posts
Ok, so I'm posting this to help others, after I did a bunch of floundering around for a while. My members were reeeally complaining about being forced to use CTRL+V etc for cut/copy/paste everywhere on my site.
Please read these two closed threads first:

https://www.jamroom.net/the-jamroom-network/forum/using-jamroom/31343/spellchecker-installing-for-tinymcewhat-am-i-doing-wrong#last

https://www.jamroom.net/the-jamroom-network/forum/my_posts/32580/how-to-copy-n-paste-text-on-jamroom#last


...Once i disabled the Contextmenu in my Tinymce init (which was in my custom skin's jrCore_form_editor.tpl), I was then not only able to use my normal mouse right-click copy/paste function in my site's textediting boxes, but i could also then enable my own browser's (free) spellcheck to function while writing or editing posts on my site as well (in the tinymce editor). ...by adding the following:


Include this option in its own line, in your tinymce init:
browser_spellcheck: true

(Do not list it in the plugin section though, list it above that, with the other similar "true/false" stuff somewhere. Follow with a comma if you're not inserting it at the end- observe the other code items)

This browser spellcheck feature, and the copy/paste mouserightclick feature only work if you remove the word "contextmenu" from the list of tinymce plugins in the template. You can leave the other reference(s) to 'contextmenu', like in the toolbar- just remove that word from the list of plugins...and then it won't show in toolbar anyway.



--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015

updated by @strumelia: 10/20/15 09:05:09AM