LinkButton Tag

Purpose

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.

LinkButton Tag Properties

The LinkButton 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:LinkButton Name=”AboutUsLink”/>