EditLive! 9 Documentation : ephoxLicenses

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

Configuration Element Tree Structure

<editLive>
<ephoxLicenses>

<editLive>
    ...
    <ephoxLicenses>
        <!--ephoxLicenses configuration settings-->
    </ephoxLicenses>
    ...
</editLive>

Child Elements

<license>

This element contains configuration information for an individual license for EditLive!.

Example

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

<editLive>
    ...
    <ephoxLicenses/>
    ...
</editLive> 

Remarks

The <ephoxLicenses> element can appear only once within the <editLive> 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! will only run in the 30 day trial mode.