Ephox Home Page Ephox Home Page  
Search
Buy/Upgrade
 
 Developers
Developers Home
EditLive! for Java
EditLive! for Windows
System Requirements
Getting Started
Integration Samples
Articles
API Reference
EditLive! for XML
Discussion Forums

AutoInstallation Property

This property enables or disables the auto-installation feature of EditLive!.

Applies To

EditLiveGlobal Object

Syntax

JavaScript object.setAutoInstallation( bAuto );
 

Possible Values

bAuto Boolean that indicates whether to use the auto-installation feature. 

This property is write only.  The default value is true.

Examples

JavaScript

The following example would enable the auto-installation feature.

EditLiveGlobal.setAutoInstallation(true);

The following example would disable the auto-installation feature.

EditLiveGlobal.setAutoInstallation(false);

Remarks

If this property is not set, the auto-installation feature is turned on by default.

Minimum Version

EditLive! 2.0 or greater.

See Also

 

 

Copyright © 1999-2005 Ephox Corporation. All Rights Reserved. 'Ephox' is a registered trademark of Ephox Corporation.
Java and the Java Powered logo are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.