Top "Tinymce" questions

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

How to add heading (h1, h2...) buttons to tinyMCE with advanced theme, simple layout?

I have a tinyMCE editor which uses the advanced theme. I am using the simple layout on that advanced theme …

javascript html tinymce wysiwyg html-heading
TinyMCE 4.0.5 spell check not working

I am currently using TinyMCE 4.0.5 with jQuery package and noticed that spell check is not working i am using a …

tinymce
tinymce 4 how to put cursor to end of the text

For some reason, I need to execute : tinyMCE.activeEditor.setContent(text, {format : 'html'}); After that, how to put the cursor …

javascript jquery html tinymce text-editor
TinyMCE shows error in the editor

I have used tinyMCE for my project. but now I am getting a below error This domain is not registered …

javascript html tinymce django-tinymce
TinyMCE - How to add a button that wraps selected text with a tag

I'm currently using TinyMCE and would like to add a custom button that works as follows: User highlights text in …

jquery tinymce
tutorial to write tinymce plugins?

I am using jquery tinymce. I am developing advanced tinymce same as wordpress. i like to give edit option for …

tinymce
tinymce custom bullet and number lists

I am wondering if it is possible to create custom bullet and number lists? I've added the plugin advlist and …

tinymce django-tinymce
TinyMCE, show character count instead of word count

The title says it all. How do I get TinyMCE to show character count instead of word count?

javascript jquery tinymce charactercount
Google fonts and TinyMCE

Can google fonts be used with tinyMCE? how can this be done?

css fonts tinymce
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