Image File Name

Once an image has been named using this element it can be referred to within the other parameters simply by this Image Name. Although we have called this element Image File Name, the name does not necessarily need to reflect the actual file name. However we feel it is good practice for future maintainability that image name do reflect the physical file name in some respect.

The image name may be any combination of alphanumeric characters with the exception of the | character.

Example

For example let's suppose you have icon image "folderopen.gif" in a subdirectory of "images" that you wish to refer to as "OpenFolder", the image parameter would be,

<param name="image1" value="OpenFolder|./images/folderopen.gif">

Note : Image names are case sensitive, i.e.. OpenFolder is not the same as openfolder.