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 Properties dialog as a URL relative to the application’s virtual directory or a fully specified URL.

An image button generated 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.

Properties

The ImageButton properties are described in Button Actions and Properties.

Examples

<GEN:ImageButton Name=”EditAddress”/>