Showing posts with label Tinymce. Show all posts
Showing posts with label Tinymce. Show all posts

September 09, 2011

TinyMCE - Javascript WYSIWYG / Rich Text Editor


TinyMCE - Javascript WYSIWYG / Rich Text Editor

TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. TinyMCE has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems.


Key Features:

  • Easy to integrate
    • It is very easy to integrate, only few lines of code required to implement editor.
  • Customizable
    • Its easy to change themes and plugins.
  • Browserfriendly
    • Compatible with almost every browser like mozilla, IE, opera, firfox, safari etx.
  • Lightweight
    • Fast loaded into the application.
  • AJAX Compatible
    • can use ajax to save and load content
  • International
    • support multilanguage
  • Open Source
    • Free under the LGPL license, millions of users help test and improve this editor every day.
Download TinyMce Open Source Version.
Link

How to use:
Click here to see the example of implementing tinymce editor.