Top "Tinymce" questions

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

Decrease the line spacing in TinyMCE textarea

I am using TinyMCE to provide a rich text editing text editor. But the line spacing between the lines is …

html tinymce richtextbox newline
How to configure tinymceOptions from angular-ui/ui-tinymce

I have decided to use ui-tinymce(angular version of tinymce) for my blog. But I cannot find the documentation for …

angularjs tinymce angular-ui tinymce-4
Magento - How to allow certain tags (iframe, embed) in Magento's CMS editor?

I would like to allow to enter certain html tags such as iframe and embed in Magento's CMS editor. Magento …

iframe magento tinymce embed
how to prevent tinymce from stripping empty tags from input?

I have read loads of posts on various forums and here on SO, and still seem unable to prevent tinymce …

tinymce
Tinymce content clear mceCleanup

I want to clear tinymce content and add new content. i tried with following code but its getting append to …

javascript jquery tinymce
Change default font type/size in TinyMCE

How do you change the default font type and font size in TinyMCE? I'm using the advanced skin and I've …

tinymce default font-face font-size
How do I add placeholder text to TinyMCE?

For standard textareas, I use placeholder="" . How can I extend tinymce so that it also works in this way. Similar …

jquery tinymce tinymce-4
uncaught referenceerror: tinymce is not defined

My JS: $(document).ready(function() { tinymce.init({ selector: 'textarea', height: 500, menubar: false, plugins: [ 'advlist autolink lists link image charmap print …

javascript jquery google-chrome tinymce tinymce-4
removing html, head, body tag inside TinyMCE

I want to get only the content of the body element in TinyMce in my project and then inject that …

javascript tinymce
Plugin editor HTML TinyMCE vs CKEditor

I want to develop a plug-in for a HTML editor. Which web-based HTML editor can I make a better and …

html web-applications tinymce editor ckeditor