Top "Tinymce" questions

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

Adding and Removing tinyMCE instances within jQuery instances

Odd problem here. Working with an existing system that uses TinyMCE as it's text editor. I've created a page which …

jquery tinymce sortables
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 hide the TinyMCE Toolbar onBlur without deactivating the Rich Text Editor entirely?

I am attempting to hide the TinyMCE Toolbar when a user clicks on another page element and leaves the text …

javascript tinymce onblur
What HTML attributes are allowed on a Tumblr post? (tinymce)

When creating a Tumblr post, and using the HTML editor option, when I add specific HTML attributes to elements, the …

tinymce tumblr
Problem with insert/update links with tinyMCE

I have a problem with tinyMCE but only on live environment from some reason tinyMCE rewrite absolute url and only …

javascript tinymce rte
angular2 wysiwyg tinymce implementation and 2-way-binding

Hi I'm trying to implement tinymce into an angular 2 component for a small forum to create a new thread. I …

typescript angular tinymce wysiwyg rich-text-editor
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
workaround for contenteditable on iPad

I have a web application that uses TinyMce to allow rich text editing. Some of my customers are desperate to …

ipad tinymce contenteditable richtext rich-text-editor
How to enter text into tinymce text area using Selenium RC for Eclipse Java

I'm currently trying to automate test cases where I need to enter values for a required Text Area field. The …

java selenium tinymce selenium-rc
TinyMCE with AJAX (Update Panel) never has a value

I wanted to use a Rich Text Editor for a text area inside an update panel. I found this post: …

.net javascript asp.net-ajax updatepanel tinymce