Top "Tinymce" questions

TinyMCE is an open source WYSIWYG HTML editor that provides a modern rich text editing experience for web applications.

JQuery to load Javascript file dynamically

I have a very large javascript file I would like to load only if the user clicks on a certain …

javascript jquery jquery-plugins tinymce lazy-loading
Detect click event inside iframe

I'm writing a plugin for TinyMCE and have a problem with detecting click events inside an iframe. From my search …

javascript jquery html iframe tinymce
jQuery and TinyMCE: textarea value doesn't submit

I am using jQuery and TinyMCE to submit a form, but there is a problem in serialization in that the …

jquery tinymce
Remove style attribute from HTML tags

I'm not too good with regular expressions, but with PHP I'm wanting to remove the style attribute from HTML tags …

php regex tinymce
Problem when retrieving text in JSON format containing line breaks with jQuery

I'm having a strange problem when retrieving JSON formatted text. I use jQuery post to send some data (also JSON …

jquery json tinymce line-breaks
How to detect changes in TinyMCE?

I added TinyMCE(version 4.0.2) editor in a existing HTML form in my project(PHP,Codeigniter). My final target is to …

jquery tinymce
XML parser error: entity not defined

I have searched stackoverflow on this problem and did find a few topics, but I feel like there isn't really …

php xml tinymce entity simplexml
Getting the value from a TinyMCE textarea

I have a news editor for my site with which I am using TinyMCE. What I would like to be …

javascript tinymce
How to make tinymce paste in plain text by default

Googled it thousands of times, No one gives a complete solution of how to make Tinymce paste in plain text …

javascript jquery tinymce
How to get the content of a Tinymce textarea with JavaScript

i have an array of content then how we get content of Tinymce textarea in javascript

javascript tinymce