Arbortext Command Language > Functions by Alphabetical Listing > link_idref_attr_name
  
link_idref_attr_name
link_idref_attr_name (tagname[, doc])
This function returns the name of the IDREF attribute (for example, “linkend”) for the link tag named tagname. If no such attribute is defined for the tag, link_idref_attr_name returns the null string. The doc argument specifies the identifier of the document tree to query. If omitted or 0, the current document is used.
* 
If you have applied an alias map to the document, tagname can be either an alias or a real name. However, this function will return an attribute's real name, not its alias.
The IDREF attribute is used by the Insert Link dialog box for document (internal) links.
Related Topics
Insert Link dialog box
oid_id_attr_name function