Top "Tinymce-4" questions

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

How do I initialize TinyMCE on a ajax loaded textarea in 4.x?

I am upgrading to tinyMCE 4.x and I am attempting to initialize tinyMCE on a textarea loaded via AJAX. In 3.…

tinymce tinymce-4
How do i use TinyMCE jQuery package and what is the difference with TinyMCE jQuery plugin

I've seen this post What is the TinyMCE jQuery Package? which explains what the v4 TinyMCE jQuery package is but …

jquery tinymce tinymce-4
TinyMCE 4 How change font-size styles?

I would like add change font-style for text; For it I use this script: tinymce.init({ selector: selector_id, theme: "…

tinymce font-size tinymce-4
How do I set content in TinyMCE 4, preferably within the $(document).ready(); block?

As the title says, I've looked up the official documentation but it ain't working; here's my JavaScript (utilizing jQuery) code: $(…

javascript jquery tinymce-4
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
TinyMCE API v4 windowManager.open - What widgets can I configure for the body option?

I would like to fill the body of a modal dialog with custom HTML, generated by Javascript. The documentation for …

modal-dialog dhtml tinymce-4
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
TinyMCE : Toolbar icons not appearing

I was exploring tiny mce editor for one of my project and what I found out was the Icons in …

javascript tinymce tinymce-4
Responsive filemanager in tinymce, directory settings

I'm using this file manager for file upload in tinymce. File Manager Having some problem with the directory. I'm using …

directory tinymce tinymce-4 file-manager responsive-filemanager