<images> Element

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

Element Tree Structure

<editLiveForJava>
    <mediaSettings>
        <images>

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

Required Attributes

Attribute Description
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 Java will attempt to upload this file.

Child Elements

Element Description
<httpImageUpload> This element provides the configuration information to be used for HTTP image upload within EditLive! for Java.
<imageList> This element provides a list of images stored on a Web server which can be accessed by the end users of EditLive! for Java.
<webdav> The webDAV element allows for the customization of the EditLive! for Java WebDAV functionality.

Remarks

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

See Also