Link name
Contents
Syntax
<txp:link_name />
The link_name tag is a single tag which returns the name of the link as assigned on the links pane as text. This tag is used in a ‘links’ type form or inside the linklist container tag to display information about the current link.
Attributes
Tag will accept the following attributes (case-sensitive) as well as the global attributes :
escape="html"- Escape HTML entities such as
<,>and&. - Values: See the tag escaping documentation for all possible values.
- Default:
html.
Examples
Example 1: Display a link with class attribute
<a class="awesome-links" href="<txp:link_url />">
<txp:link_name />
</a>
Other tags used: link_url.
Genealogy
Version 4.0.7
Default value for escape attribute changed from ‘unset’ to html.