Invoking this method will display an instance of Ephox EditLive! for Java within a Web page.
Before calling this method all the required set methods should be called.
JavaScript object.show()
The following code creates an instance of EditLive! for Java, sets the required properties and then calls the show method to display the applet.
var editlivejava1;
editlivejava1 = new EditLiveJava("ELJApplet1","600","400");
editlivejava1.setDownloadDirectory("../editlivejava");
editlivejava1.setLocalDeployment(true);
editlivejava1.setXMLURL("../editlivejava/config.xml");
editlivejava1.setBody("<p>Document body contents</p>");
editlivejava1.show();
All the required properties must be set before calling the show method. If this does not occur then EditLive! for Java will not function correctly.
Copyright © 2001-2004 Ephox Corporation. All Rights Reserved.