SYNOPSISvarchar refInfoGetTagName(refInfo ref)
Parameters:
ref
- A refInfo
object
Returns:
varchar
name of the HTML tag that signifies it as a
reference
DESCRIPTION
The refInfoGetTagName
function returns the varchar
name
of the HTML tag that makes it a reference; e.g. "a
" for an
<a href=...>
reference. An empty string may be returned if no
tag was parsed, e.g. for JavaScript-generated links.
EXAMPLE<$tag = (refInfoGetTagName($ref))>
<$attr = (refInfoGetSourceAttribute($ref))>
Tag/attribute: $tag/$attr
CAVEATS
In version 8.01.1663356227 20220916 and later, the returned value is
lowercase. In prior versions the case may vary.
SEE ALSOrefInfoGetSourceAttribute