TinyMCE is an open source WYSIWYG HTML editor that provides a modern rich text editing experience for web applications.
Does anyone see a way to make the TinyMCE 4 Font Sizes drop down offer font sizes in px instead of …
tinymce-4I am in the process of creating a drop down list with contains a list of classes so my users …
tinymce tinymce-4I am migrating from tinyMCE 3.x to the latest version of tinyMCE 4.x. My problem is that I have dynamic …
tinymce tinymce-4I'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-4I need to add another drop down menu next to "Tools" item in TinyMCE 4: The closest solution I found was …
javascript jquery tinymce tinymce-4I want to add custom class on custom button in tinyMCE addButton() function. For Example editor.addButton('keywords', { text: 'Insert …
javascript jquery html tinymce-4I open up a windowmanager and add a textfield and listbox: editor.windowManager.open({ title: 'Insert caption', body: [ {type: 'textbox', …
javascript tinymce-4