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.
The PushButton properties are described in Button Actions and Properties.
HTML Layout Pages and Page Templates
|
Attribute |
Required |
Description |
|
Name |
Yes |
The name of this tag. This name must be unique within the file and cannot contain spaces. |
<GEN:PushButton Name=”PlaceOrder”/>