Top "Tinymce-4" questions

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

TinyMCE: How do I prevent `<br data-mce-bogus="1">` text in editor?

I have a page with several TinyMCE (v4) editors, which all work great ... until I try and add: inline: true …

tinymce tinymce-4
Is TinyMCE free to use?

I'm not sure I understand it correctly, but I believe that there is a "basic" version that is free of …

tinymce tinymce-4
Customize tinymce 4.0.5 styleselect toolbar menu

I'm trying to customize the default styleselect toolbar menu so I can add to it a custom menu element. The …

tinymce tinymce-4
tinymce v4 jquery: how to catch onkeyup?

I'm trying to enable submit button when some form fields are filled. I've found a piece of javascript code that …

tinymce-4
How to upload and inject image to tinymce 4 using Asp.net MVC

So because there is absolutely no modern way of uploading images to tinymce in .net for free, I was thinking …

javascript asp.net-mvc tinymce-4
Joomla 3 can't add <script> to article

Joomla version: Joomla! 3.3.6 Stable [ Ember ] 01-October-2014 02:00 GMT I want add js script to one my article. I'm using TinyMCE editor …

javascript wysiwyg joomla3.0 tinymce-4
TinyMCE file_picker_callback select image from default browser file selection

Im using TinyMCE in a project and want the user to select and upload images to the server using its …

file-upload tinymce tinymce-4 filechooser
Creating a custom popup with Tinymce

Below is the code for my Tinymce textarea tinymce.init({ selector: "textarea", height : 350, plugins: [ "link image lists preview anchor" ], toolbar: " …

javascript jquery html tinymce tinymce-4
TinyMCE 4 default font-size

In TinyMCE 3 you can change the editor's default font-size by using this code in the settings: setup : function(ed) { ed.…

tinymce-4
Dynamically updating a TinyMCE 4 ListBox

I'm trying to modify the TinyMCE 4 "link" plugin to allow users to select content from ListBox elements that are dynamically …

tinymce tinymce-4