Top "Tinymce" questions

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

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
What's the best WYSIWYG editor currently available? (jQuery suppport/integration is a plus.)

I'm working on a project that needs a WYSIWYG editor, but I haven't had to integrate one in a while, …

javascript jquery tinymce wysiwyg
How to dynamically replace content in TinyMCE?

I want to replace all {baseurl} keywords to proper url in TinyMCE editor. How can i do that? For example …

javascript html tinymce
TinyMCE and importing / copy paste from Microsoft Word

I am struggling to get an accurate answer on this questions on whether TinyMCE supports pasting from Microsoft word. I …

html ms-word tinymce
is there a way to be able to insert <iframe> in tinymce?

i'm trying, But it strip its :S My Tinymce init: // General options tinyMCE.init({ // General options mode : "textareas", theme : "advanced", …

iframe tinymce
Wait for TinyMCE to load

I have these two lines of code one after another. tinymce.execCommand('mceAddControl',true,'email_body'); tinyMCE.activeEditor.setContent(data.…

jquery tinymce
Tiny MCE adding custom HTML tags

I am using Tiny 4.3.3 for MODx I need to add a <p class="classname"> <em class="openImg"&…

tinymce modx
How do I configure Tinymce to allow embed tags when editing html?

I would like users to be able to copy and paste embed tags for videos (youtube, vimeo, etc) into the …

tinymce embed
How to make TinyMCE Responsive

I am making a Responsive site using the foundation framework and TinyMCE breaks the format when the page is scaled …

tinymce responsive-design
adding a custom icon to a tinyMCE button

I'm trying to add a Font-Awsome icon to a button I added to tinyMCE thus: ed.addButton('youtube', { title: 'Add …

javascript angularjs plugins tinymce