This property specifies whether the EditLive! for Java should make its WebDAV functionality available to users.
JavaScript object.setUseWebDAV(blnWebDAV)
blnWebDAV A boolean indicating if EditLive! for Java should make the WebDAV functionality available to users for image and hyperlink insertion.
Default: False
The following code creates an instance of EditLive! for Java and then informs EditLive! for Java to make the WebDAV functionality available to users.
var editlivejava1;
editlivejava1 = new EditLiveJava("ELJApplet1","600","400");
editlivejava1.setUseWebDAV(true);
Copyright © 2001-2004 Ephox Corporation. All Rights Reserved.