EditLive! 9 Documentation : Installing TinyMCE

Select Edit works with TinyMCE 3.x only.

TinyMCE is a JavaScript rich text editor supported by Tiny. 

Deploying TinyMCE 

You can obtain an Tiny-supported build of TinyMCE from the TinyMCE website.

You can integrate TinyMCE into your application using either the official TinyMCE APIs (documented with the TinyMCE distribution) or the Tiny Select Edit APIs. The Tiny Select Edit APIs are a subset of the EditLive! APIs, meaning developers can design their applications for use with both EditLive! and TinyMCE while only dealing with a single API library.

To install TinyMCE for use with the Select Edit APIs, please perform the following steps:

  1. Copy the zip file obtained from the TinyMCE website.
  2. Locate where you have installed EditLive! for use by your application (i.e. where the redistributables/editlivejava directory and its contents are located). For more information, consult the General Server Install Instructions.
  3. Paste the TinyMCE zip archive into the redistributables/editlivejava/expressEdit directory.
  4. Unzip the archive into this directory.

For more information on the Tiny Select Edit APIs, please see the EditLive! Developer Guide.

See Also