If you want to remove Cut, Copy and Paste menu it the Tinymce editor the following blog will help you It can be done via adding the following line via tinymce init method like this: removed_menuitems:...
I was using TinyMCE 4 and in my case my tinymce.js and tinymce folder with plugins were at different locations. Basically, I was combining the tinymce.js with my other js files to make a single script...
If you are looking for removing "new document" in file option in Tinymce 4 , this blog will help you. In the config settings you need to set the " removed_menuitems: 'newdocument...
After upgrading to TinyMCE 4 I noticed the following code was no longer working: tinyMCE.execCommand('mceAddControl', false, id) i.e "mceAddControl" was not working. I came to know f...
If you are looking for removing toolbar options in Tinymce 4 , this blog will help you. In the config settings you need to set the " menubar: false " like this: <script type="tex...
In our application we made custom Image modal for image upload for TinyMCE. When user clicks any the images inside that modal we are inserting that image inside the tinyMCE editor. The code was like t...
On adding image via TinyMCE image editor my Chrome browser was getting crashed as soon as I was hitt