You need a JavaScript enabled browser to view this definitionImage tag

The following is the basic syntax of the image tag:

<IMAGE name=name>

where name identifies the image programmatically.

The image tag can be expanded with the following elements:
<IMAGE name=name>
	<TITLE>title</TITLE>
	<LOCATION>location</LOCATION>
	<SIZE>size</SIZE>
	<FLYOVER>helptext<FLYOVER>
</IMAGE>
ATTRIBUTEVALUEDESCRIPTION
<TITLE> title Creates the resource key of the filename string in the panel's resource bundle. The resource bundle identifies the binary file containing the image to be displayed.

This tag is required.

<LOCATION> location Expresses the x- and y-coordinates of the panel's location from the top left corner in logical units.

This tag is required.

<SIZE> size Expresses the width and height, respectively, of the image in logical units. If a size is specified, the size defined in the image file will be overridden and the image will be scaled to the size specified.
<FLYOVER> helptext Creates a help window that hovers over the label.

Helptext defines the key for loading the text string from the resource bundle. If the string is not found, the helptext string will appear as it does in the Panel Definition Markup Language (PDML) source file.

End change


[ Legal | AS/400 Glossary ]