PushButton Tag

Purpose

The GEN:PushButton tag displays a button that can be clicked by an application user to redirect the user to a different location.  Specify the text of the button and the URL in the tag’s Properties dialog.

A push button generated by Iron Speed Designer.

The PushButton tag displays the button as an HTML <input type=submit ../> tag.

Note:  To display a push button with data from a database, use the GEN:FieldValue code generation tag (Type=PushButton) described in FieldValue Tag.

PushButton Tag Properties

The PushButton 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:PushButton Name=”PlaceOrder”/>