refInfoGetLinkText

SYNOPSIS

varchar refInfoGetLinkText(refInfo ref)

Parameters:

  • ref - A refInfo object

Returns:

  • The varchar link text for the reference, i.e. the visible text a user would click on to follow it, HTML decoded, in UTF-8


DESCRIPTION
The refInfoGetLinkText function returns the varchar link text for the reference - the visible text a user would click on to follow the link. For example, for <a href> links, this would be the formatted text between the <a> and </a> tags. For some references, there may be no link text; e.g. some JavaScript links, or <form>s.


EXAMPLE

<$ret = (refInfoGetLinkText($ref))>
  Link text: $ret


SEE ALSO
refInfoGetAttributes


Copyright © Thunderstone Software     Last updated: Apr 15 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.