<webdav> Element

This element contains the configuration information for the use of Ephox EditLive! for Java with WebDAV repositories.

Element Tree Structure

<editLiveForJava>
    <mediaSettings>
        <images>
            <webdav>

<editLiveForJava>
     <mediaSettings>
          <images>
               <webdav>
                    <!--webdav configuration settings-->
               </webdav>
          </images>
     </mediaSettings>
</editLiveForJava>

Child Elements

Element Description
<repository> This element defines the location of a WebDAV repository.

Remarks

The <webdav> element can appear only once within the <images> element.

To use the WebDAV functionality of EditLive! for Java the WebDAV property for EditLive! for Java in your API must be set.  For more information please consult the reference of your EditLive! for Java API.

See Also