<images> Configuration Element

This element allows for the configuration of information for images and any other media within Ephox EditLive! for XML.

Configuration Element Tree Structure

<editLive>
     ...
     <mediaSettings>
          <images>
               <!--images configuration settings-->
          </images>
     </mediaSettings>
     ...
</editLive>

Required Attributes

allowLocalImages

This attribute defines whether users have the option to browse their local directories for images in the image dialog box. This attribute may be set to true or false. If set to false users cannot browse local images.

Note

To turn off local image browsing the Insert Local Image... menu item must also be absent from the configuration.

allowUserSpecified

This attribute defines whether users have the option to specify URLs for images in the image dialog box. This attribute may be set to true or false. If set to false users cannot specify image their own URLs.

Note

If a user specifies the URL for a local file then EditLive! for XML will attempt to upload this file.

Child Elements

<httpImageUpload>

This element provides the configuration information to be used for HTTP image upload within EditLive! for XML.

Important

This element is deprecated for this location. The <httpImageUpload> element is now a child element of the <mediaSettings> element.

<imageList>

This element provides a list of images stored on a Web server which can be accessed by the end users of EditLive! for XML.

<webdav>

This element allows for the customization of the EditLive! for XML WebDAV functionality.

Remarks

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