Arbortext Command Language > Functions by Alphabetical Listing > tag_display (Function)
  
tag_display (Function)
tag_display (tagname[, doc])
This function returns a string describing the global tag display mode of the tag specified by tagname.
* 
If you have applied an alias map to the document, tagname can be either an alias or a real name.
If doc is omitted or 0, the current document is used.
The returned string corresponds to the option set by the tag_display command and is one of the following: "full", "partial", "icon", "none", or "default". If the tag display mode has not been changed for tagname, the function returns "default".
* 
If the document type definition for your document instance includes the NAMECASE GENERAL NO setting, then the tagname parameter will be case sensitive.
Related Topics
set showemptyelement command