Ephox EditLive! for Java Examples

Welcome to the Ephox EditLive! for Java Examples page.  This page contains links to the JavaScript examples that come packaged with EditLive! for Java.

Basic Example
This example demonstrates how to integrate EditLive! into a Web page.  It explains the JavaScript code needed to do this but contains no functions to access an online database.
Multiple Instance Example
This example demonstrates how to use multiple instances of EditLive! for Java within one Web page.
Custom and Scripting Tags Example
This example has been designed to demonstrate the way in which EditLive! for Java handles custom and scripting tags.  In the example content containing the aforementioned types of tags is loaded into the EditLive! for Java applet.
New Window Example
This example demonstrates how to launch EditLive! for Java from a Web page and open it in a new window. This example also shows how to grab the content out of the EditLive! for Java applet and place it in a simple HTML text frame.

EditLive! for Java JavaScript API Examples

These examples demonstrate how to use the EditLive! for Java JavaScript API so as to better integrate EditLive! for Java.

Preview Contents Example
This example demonstrates how to use the EditLive! for Java JavaScript API run time functions to extract the contents from EditLive! for Java.  The example also shows how to create a preview window allowing users to preview EditLive! for Java content in a new browser window.
Load Contents Example
This example demonstrates how to use the EditLive! for Java JavaScript API run time functions to load the contents of EditLive! for Java from a text area at run time.  
Raise Event Example
This example demonstrates how to use the EditLive! for Java JavaScript API run time functions to interact with JavaScript functions that are included on the page in which EditLive! for Java is embedded.