Top "Tinymce-4" questions

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

Getting the TinyMCE 4 Font Sizes drop down to set the font size in px instead of pt

Does anyone see a way to make the TinyMCE 4 Font Sizes drop down offer font sizes in px instead of …

tinymce-4
TinyMCE Advanced theme - Where is it?

I am in the process of creating a drop down list with contains a list of classes so my users …

tinymce tinymce-4
Command identifiers for tinymce 4.x (mceAddControl)

I am migrating from tinyMCE 3.x to the latest version of tinyMCE 4.x. My problem is that I have dynamic …

tinymce tinymce-4
How do I add toolbar buttons to a custom tinymce dropdown menu?

I've created a custom dropdown in tinymce like this: tinymce.init({ toolbar: "alignment", setup: function(editor) { editor.addButton('alignment', { type: …

javascript jquery tinymce rich-text-editor tinymce-4
TinyMCE 4 add drop down menu to menu bar

I need to add another drop down menu next to "Tools" item in TinyMCE 4: The closest solution I found was …

javascript jquery tinymce tinymce-4
How to add Custom class on custom button in TinyMCE 4 addButton()

I want to add custom class on custom button in tinyMCE addButton() function. For Example editor.addButton('keywords', { text: 'Insert …

javascript jquery html tinymce-4
how to add tinymce listbox values in windowmanager

I open up a windowmanager and add a textfield and listbox: editor.windowManager.open({ title: 'Insert caption', body: [ {type: 'textbox', …

javascript tinymce-4