The GEN:LinkButton tag displays a link that can be clicked by an application user to redirect the user to a different location. Specify the text for the link and the URL in the tag’s Properties dialog.
The LinkButton tag results in an HTML <a href= ../> tag.
|
|
The email address and “Edit” links are examples of the LinkButton tag in action. |
Note: To display a link for data from a database, use the GEN:FieldValue code generation tag (Type=LinkButton) described in FieldValue Tag.
The LinkButton 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:LinkButton Name=”AboutUsLink”/>