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 tag’s 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 (Type=Image or Type=ImageButton) described in FieldValue Tag.

Properties

The ImageButton properties are described in Button Actions and Properties.

Used In

HTML Layout Pages and Page Templates

Code Generation Tag Attributes

Attribute

Required

Description

Name

Yes

The name of this tag.  This name must be unique within the file and cannot contain spaces.

Examples

<GEN:ImageButton Name=”EditAddress”/>