HelpCustomFootnotes Element

Author-it XML Format

Description

Shows a list of custom footnotes for this help topic. This list has two columns:

  • Type: the type of footnote to create
  • Data: the data you want to appear in the footnote

Each entry will create a footnote of the Type specified using the Data specified in the topic of the published windows help system.

Choose Add to create a new entry, Remove to delete the selected entry, or Remove All to clear the list.

The HelpCustomFootnotes element corresponds to the list on the CustomFootnotes sub-tab, on the Windows Help tab, of the Topic object.

Attributes

Attribute Name

Optional

Data Type

inherited

Yes

Boolean

Parent Element

Topic

Children

Element

Optional

Occurs

HelpFootnote

Yes

Zero to many times

Sample XML

<HelpCustomFootnotes>
- <HelpFootnote>
<Type>$</Type>
<Data>Introduction to AuthorIT</Data>
</HelpFootnote>
- <HelpFootnote>
<Type>K</Type>
<Data>documentation authoring</Data>
</HelpFootnote>
</HelpCustomFootnotes>