Disambiguator Attribute
Specifies the disambiguator style to use for an XLink or a KTable.
Used in |
Parent tag |
Required |
---|---|---|
<MSHelp:link> |
No |
|
<MSHelp:ktable> |
No |
Values
menu
Displays links in a drop-down menu. Used with XLinks.span
Displays links within a <span> element. Used with KTables.table
Displays links in a table. Used with both XLinks and KTables.
Example
<MSHelp:link
disambiguator = "menu"
keywords = "keyword"
tabindex = "0">Link Text
</MSHelp:link>