Share via


Disambiguator Attribute

Specifies the disambiguator style to use for an XLink or a KTable.

Used in

Parent tag

Required

XLink Markup

<MSHelp:link>

No

KTable Markup

<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>

See Also

Reference

Help XML Tags

Other Resources

Help Link Markup