Share via


KTable Markup

KTable links are similar to XLinks, except that they display the entire list of keyword-associated links when a topic loads. This list can be formatted using a <span> tag or as a standard HTML table. KTable links use the same style that has been defined for table-style XLinks. For more information, see Style and Behavior of Links. KTable links are ideal for use in Related Topics lists.

Example

The following example shows a KTable link used to display a typical Related Topics list.

<MSHelp:ktable

   Keywords Attribute = "include file" <!-- Required -->

   LocHeader Attribute = "Location"

   ShowLoc Attribute = "true | false"

   Prefix Attribute = ""

   Postfix Attribute = ""

   Separator Attribute = "<br>"

   TopicHeader Attribute = "Topic"

   Disambiguator Attribute = "table | span"

   ErrorURL Attribute = "ms-help://Hx/Resources/noKeywordTopics.htm"

   FilterName Attribute = ""

   FilterString Attribute = ""

   IndexMoniker Attribute = "!DefaultAssociativeIndex"

   Namespace Attribute = ""

   Options Attribute = "0"/>

Note

KTable links must be used as an empty (self-closing) tag.

See Also

Concepts

XLink Markup

HTML Link Markup