XML FOR DOMINO


imageresource element
Represents an image resource. An image resource is an image file stored as a shared resource, enabling it to be used in more than one design element.

For more details, see Creating an image resource.

Containment Hierarchy

Contained by: %design.elements;

Contains: %named.design.note.prolog;, %image.formats;, %note.epilog;

Syntax

<!ELEMENT imageresource ( %named.design.note.prolog, , ( %image.formats; ), %note.epilog; )>

Content

%named.design.note.prolog, ( %image.formats; ), %note.epilog;


Attributes

<!ATTLIST imageresource
%named.design.note.attrs;
across%integer;"1"
down%integer;"1"
colorizegrays%boolean;"false"
browsercompatible%boolean;"false"
imagename%string;#IMPLIED
>

across


browsercompatible
colorizegrays
down
imagename
*Image sets are used in Lotus Notes to animate UI objects. For instance, you can create an image set made up of a dimmed button image and a bright blue button image. Add the grey image to a hotspot button and add a reference to the blue button image in the onMouseOver event code to change the button's appearance dynamically.

See Also