EditLive! 9 Documentation : Simple Plugin

EditLive! provides developers with easy to use APIs for implementing plugins. Plugins are a convenient method for extending the functionality of the editor. For more information on plugins, see the Creating and Using Plugins in the Applet article in the EditLive! Developer Guide.

This tutorial teaches you how to use plugins to create new menu items for EditLive! which can trigger Javascript from external Javascript files.

Tutorial

The Simple Plugin Tutorial provides a step-by-step walk-through on how to create and apply a simple plugin to an instance of EditLive!.

Code

The complete code views for all the associated files in the Simple Plugin Tutorial are available here.