Ephox EditLive! for Java JavaScript Run Time API Reference

Note:  If you have instantiated EditLive! for Java using one of the scripting libraries, other than JavaScript, provided by Ephox (e.g. JSP or ASP) then the name assigned to the relevant JavaScript object is that of the name attribute or property with "_js" appended to it.  For example, if the name attribute or property was ELJName then the <BODY> of the EditLive! for Java applet could be retrieved with the following JavaScript method call:

ELJName_js.GetBody('retrieveContent');

Functions