ImageButton Tag

Purpose

The GEN:ImageButton tag displays an image that can be clicked by an application user to redirect the user to a different location.  Specify the image in the Property Sheet as a URL relative to the application’s virtual directory or a fully specified URL.

An image button created by Iron Speed Designer.

The ImageButton tag displays the button as an HTML <input type=image src= ../> tag.

Note:  To display an image from a database, use the FieldValue code generation tag described in FieldValue Tag.

Examples

<GEN:ImageButton Name=“EditAddress”/>

See Also

Code Generation Tags

Code Generation Tag Properties