Top "Tinymce" questions

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

Remove menu and status bars in TinyMCE 4

I am trying to remove the menu and status bars from TinyMCE 4 because I want to setup a very basic …

tinymce
TinyMCE 4 - remove() or destroy()

I am using TinyMCE editor. I want to remove or destroy tinymce editors (Page contain more then one editor). Also …

jquery tinymce
how to add font-size toolbar in tinyMCE?

this way i initialize tinyMCE to a textarea. font, bold italic is working but font size select is not working . …

javascript css fonts tinymce wysiwyg
make readonly/disable tinymce textarea

I need to disable or make readonly a tinymce textarea at runtime.

javascript jquery html tinymce wysiwyg
How do i remove tinyMCE and then re-add it?

I'm trying to add the tinyMCE editor to my page, remove it, then add it again but am getting errors. …

javascript jquery html tinymce wysiwyg
Set textarea value with javascript after TinyMCE initializing

I hava an textarea and I am using tinyMCE on that textarea. What I am doing actually is that when …

javascript html tinymce textarea
How to automatic resize tinyMCE?

I have a TinyMCE that is set over a TextArea, and I want this editor area to ocuppy all the …

javascript html resize tinymce autoresize
How do you set the focus of a TinyMCE textarea element?

I'm using TinyMCE for a textarea on a page but it doesn't play nice in the tabbing order of the …

jquery focus tinymce
How to change default font size in tinymce?

I am using jquery tinymce editor. Default font size is 10. I like to change that default font size. How can …

jquery tinymce wysiwyg
How can I remove p tags that are auto added within tinymce

I am using tinymce 4.0.1 and it automatically adds p tags when you either start typing or hit enter. How can …

javascript html dom tinymce