This element allows developers to customize the appearance of the Image Insertion dialog for EditLive!.

Configuration Element Tree Structure

<editLive>
<mediaSettings>
<images>
<imageDialog>

<editlive>
   <mediasettings>
      <images>
         <imageDialog.../>
      </images>
   </mediasettings>
</editlive>

Required Attributes

The following attributes are defined based on factors such as the editor's width and height and the screen resolution for the current user.

width

The width, in pixels, of the Image Insertion dialog.

height

The height, in pixels, of the Image Insertion dialog.

split

The width, in pixels, of the pane next to the preview image pane.

Example
When selecting the Image Library option in the Image Insertion Dialog, a list of available images will appear. If the split is set to 200 pixels, this list would have a width of 200 pixels.

Example

The following example demonstrates how to define appearance of the Image Insertion dialog for EditLive!.

<editLive>
    ...
    <images>
      <imageDialog width="900" height="400" split="600"/>
    </images>
    ...
</editLive> 

Remarks

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