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 Properties dialog.

The LinkButton tag generates 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 described in FieldValue Tag.

LinkButton Tag Properties

The LinkButton properties are described in Button Actions and Properties.

Examples

<GEN:LinkButton Name=”AboutUsLink”/>