|
|
|
ActivateLicense Method
Communicates with a license server to activate a seat license.
Applies To
EditLive Object
Syntax
| JavaScript |
object.activateLicense( strAccountID,
strDomainName, strLicenseServerURL, blnPromptUser);
|
Parameters
| strAccountID |
Required. String that specifies the
Ephox Account-ID with which to register the seat licenses to. The domain
you specify must have been enabled for this account. Contact Ephox to
purchase your license Account ID. |
| strDomainName |
Required. String that specifies the
domain you want the seats to be licensed for. |
| strLicenseServerURL |
Required. String that specifies the
license server used to process the Ephox registration. Currently, the
Ephox server is the only option available for this parameter. The Ephox
server's URL is "http://www.ephox.com/ELRegister/EL2/activate.asp". |
| blnPromptUser |
Required. Boolean indicating whether
users should be prompted with error messages and progress dialogs during
the licensing procedure. |
Examples
JavaScript
The following example would activate the license for the user's machine to
access the domain www.ephox.com.
function EditLive1_onload() {
editLive1.setEditLiveMode( 'HTMLString' );
editLive1.activateLicense('2427B7F2F1B3', 'www.ephox.com','http://www.ephox.com/ELRegister/EL2/activate.asp', true);
editLive1.serverRegister(....);
}
Remarks
Visit www.ephox.com to purchase your
licenses.
Minimum Version
EditLive! 2.0 or greater
See Also
|
 |
|