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

DownloadDirectory Property

This property indicates which Web server directory the auto-installation and other EditLive! files should be downloaded from.

Applies To

EditLiveGlobal Object

Syntax

JavaScript object.setDownloadDirectory( sDirectory );
 

Possible Values

sDirectory String that specifies the relative or absolute path to the download directory. 

This property is write only.

Examples

JavaScript

The following example would specify that the EditLive! auto-installation files were stored on the Web server in the directory editlive, which was one folder up from where the current EditLive! page was stored.

EditLiveGlobal.setDownloadDirectory('../editlive');

The following example would specify that the EditLive! auto-installation files were stored on the Web server in the directory http://www.ephox.com/editlive.

EditLiveGlobal.setDownloadDirectory('http://www.ephox.com/editlive');

Remarks

This property must be set for the EditLive! auto-installation feature to operate.

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.