TinyMCE

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
TinyMCE
250px
An instance of TinyMCE with the basic skin
Developer(s) Ephox Corporation
Stable release 4.3.3[1] / January 14, 2016 (2016-01-14)
Development status Active
Written in JavaScript
Operating system Cross-platform
Type HTML editor
License LGPL
Website www.tinymce.com

TinyMCE (Tiny Moxiecode Content Editor) is a platform-independent, browser-based WYSIWYG editor control, written in JavaScript and released as open-source software under the LGPL by Ephox. It has the ability to convert HTML textarea fields or other HTML elements to editor instances. TinyMCE is designed to easily integrate with content management systems, including Django, Drupal, Joomla!, WordPress, and SOY CMS.

Core features

It offers HTML formatting tools, like bold, italic, underline, ordered and unordered lists, different types of alignments, in-line placement of images and videos, etc. It allows users to edit HTML documents online. The different options can be configured at the time of integration with a project, which improves the flexibility of a project.

Browser compatibility

TinyMCE is compatible with multiple browsers, including Internet Explorer, Mozilla Firefox, Safari, Opera and Google Chrome, across multiple operating systems.[2]

API

TinyMCE includes an extensive API for custom integration.[3]

Plugins

TinyMCE ships with an assortment of plugins.[4] Because TinyMCE is meant to be a client-side application, it does not include native file managers for various server technologies. Several file manager solutions exist, including several proprietary projects developed by Ephox, as well as a handful of open source file manager solutions.

Proprietary

Free and Open source

  • Open Manager—An Ajax File Uploader & Image Gallery Plugin written in 2013 compatible with TinyMCE 3.x.
  • After the Deadline—A spelling, style, and grammar checking software service with a TinyMCE plugin.
  • TinyBrowser—File manager featuring simple multiple file upload support (uploader is Adobe Flash based).
  • TinyCIMM—TinyMCE CodeIgniter Media Manager.
  • IMCE—Image/file uploader and browser.
  • PDW Media Browser—Windows-7-type media browser.
  • PDW Toggle Toolbars—Show and hide toolbars with a click on a button.

Language support

  • 42 different translations are available for TinyMCE 4.x.x.[5]
  • 46 different translations are available for TinyMCE 3.x.x.[6]


Product support

Community peer-to-peer support for TinyMCE can be found on the forums at [1]. Premium product support requires purchasing a support subscription with TinyMCE Enterprise.

Themes and skins

The current version (4) of TinyMCE has its own custom skin editor accessible at skin.tinymce.com and you can find more skins in the skin/plugin repository on the tinymce.com website.

TinyMCE 2.x->3.x used to offer various ways to customize the look and feel of the editor. Version 3 of TinyMCE came packaged with two themes, simple and advanced, as well as 2 skins for each theme, default and o2k7.

Compressor

TinyMCE also has an optional compressor pack to reduce the overall script download footprint, in the time it takes the script to initialize. The compressor pack is available for PHP, ASPX, JSP, and CFM. A third-party Ruby on Rails compressor pack is also available.[7]

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.

External links