UseWebDAV Property

Description

This property specifies whether the EditLive! for XML should make its WebDAV functionality available to users for use with images and hyperlinks.

Syntax

JavaScript

setUseWebDAV(blnWebDAV);

Parameters

blnWebDAV

A boolean indicating if EditLive! for XML should make the WebDAV functionality available to users for image and hyperlink insertion.

The default value is false.

Examples

Example 16.34. UseWebDAV Property Example Scripting

The following code would inform EditLive! for XML to make the WebDAV functionality available to users.

JavaScript

var editlivejs;
editlivejs = new EditLiveXML("ELApplet1","700","400");
editlivejs.setUseWebDAV(true); 

Remarks

When making EditLive! for XML's WebDAV functionality available to users EditLive! for XML must also be configured correctly via the EditLive! for XML configuration. The <repository> XML element contains the relevant configuration information for using a WebDAV repository with EditLive! for XML.

See Also