Questions tagged [tinymce]

TinyMCE is an open source WYSIWYG HTML editor that provides a modern rich text editing experience for web applications. Use this tag for questions regarding the usage of TinyMCE and its integration with CMSs and other web-based applications.

TinyMCE is an open source WYSIWYG HTML editor that provides a modern rich text editing experience for web applications. It is useful for developers who want a simple yet powerful way for users to create and edit HTML content online.

TinyMCE is integrated into thousands of open source and commercial applications such as:

  • Content management systems (CMSs)
  • Learning management systems (LMSs)
  • Customer relationship management (CRM) and marketing automation systems
  • Email marketing systems
  • Content creation in SaaS systems

Core features

In addition to basic formatting tools like bold, italic, underline, lists, and alignment, it provides a wide array of tools one would expect to find in the modern content creation apps like the ability to insert images, videos, tables, and spell checking. There’s also a range of additional features specially designed to assist with productivity, compliance, and collaboration.

TinyMCE is highly configurable to cater to a range of use cases. It can be set up with lots of options and tools, or just a few, depending on whether you’re using it within, say, a chat client or a CMS. With 50+ powerful plugins available to developers, extending TinyMCE is as simple as including a single line of code. The look and feel can also be configured to match particular UIs and design systems.

It’s easily integrated with 12+ popular front-end frameworks, including , , , and .

Browser compatibility

TinyMCE is compatible with all modern browsers, including Firefox, Safari, Opera and Google Chrome, across multiple operating systems, while also providing an enhanced experience for mobile users.

API

TinyMCE includes an extensive API library with over 400 functions, for developing custom plugins and integrations.

License The TinyMCE core is licensed under the permissive MIT open source license. Premium features and professional support are available through [premium plans].11

Useful links

8256 questions
142
votes
2 answers

JQuery to load Javascript file dynamically

I have a very large javascript file I would like to load only if the user clicks on a certain button. I am using jQuery as my framework. Is there a built-in method or plugin that will help me do this? Some more detail: I have a "Add Comment"…
Jeff Meatball Yang
  • 37,839
  • 27
  • 91
  • 125
128
votes
5 answers

Remove menu and status bars in TinyMCE 4

I am trying to remove the menu and status bars from TinyMCE 4 because I want to setup a very basic editor. Is this possible? The documentation for TinyMCE 3 does not seem to be relevant and I cannot find anything for version 4.
Tom Haigh
  • 57,217
  • 21
  • 114
  • 142
114
votes
15 answers

jQuery and TinyMCE: textarea value doesn't submit

I am using jQuery and TinyMCE to submit a form, but there is a problem in serialization in that the Textarea value doesn't post. Here is the code: