image - Image

Displays an image.

Category

Core Controls

Syntax

<xp:image attributes>content</xp:image>
Table 1. Essential properties
Property Description
id Defaults to image1, image2, and so on.
for Identifies the target control.

Usage

At runtime the image appears on the page.

Examples

Here an image is placed on the page.
<xp:image url="/sound.gif" id="image1" alt="Sound image"></xp:image>