<ephoxLicenses> Element

This structure contains the various licenses for Ephox EditLive! for Java.  If this structure is left blank or if the licensing information contained within this element is incorrect then EditLive! for Java will only run in the 30 day trial mode.

Element Tree Structure

<editLiveForJava>
    <ephoxLicenses>

<editLiveForJava>
     ...
     <ephoxLicenses>
         <!--EphoxLicenses Configuration Settings-->
     </ephoxLicenses>
     ...
</editLiveForJava>

Child Elements

Element Description
<license> This element contains configuration information for an individual license for EditLive! for Java.

Example

This example demonstrates how to use an empty <ephoxLicenses> element to run EditLive! for Java in the 30 day trial mode only.

<editLiveForJava>
    ...
    <ephoxLicenses/>
    ...
</editLiveForJava> 

Remarks

The <ephoxLicenses> element can appear only once within the <editLiveForJava> element.

If the <ephoxLicenses> element is to be left blank the element must then be a complete tag, it cannot contain a tag body.  Therefore the tag must be closed in the same line.  It should appear as below:

    <ephoxLicenses/>

If left blank then EditLive! for Java will only run in the 30 day trial mode.

See Also