EditLive! 9 Documentation : addPlugin Method

EditLive!'s plugin functionality is only supported with an EditLive! Enterprise Edition license.

This property is used to specify a plugin for use with EditLive!. For more information on plugins, please see the Creating and Using Plugins in the Applet article in the Developer Guide for this SDK.

This property can be called any number of times for an instance of EditLive!.

Syntax

JavaScript
editliveInstance.addPlugin(xmlURL);

Parameters

xmlURL

The URL specified location of the .xml file used to define the Plugin XML.

Examples

The following code would load a plugin based on the Plugin XML defined in the file myPlugin.xml.

JavaScript
editlivejs.addPlugin("myPlugin.xml");

See Also