Omni Systems, Inc.   Mif2Go User's Guide, Version 55


7 Producing on-line Help > 7.9 Including expandable sections in Help topics > 7.9.2 Setting up expandable sections for your document

7.9.2 Setting up expandable sections for your document

To enable expandable drop-down sections in the HTML output from your FrameMaker document:

[DropDowns]

; UseDropDowns = No (default) or Yes (enable use of dropdowns)

UseDropDowns = Yes

Simple drop-down sections

To provide simple drop-down sections:

For example, suppose you apply paragraph format ExpandThis to each paragraph to be expanded. You would include the following setting in your project configuration file:

[HTMLParaStyles]

ExpandThis = DropDown

With this setting, Mif2Go would insert a drop-down link in HTML output just before each ExpandThis paragraph, and hide the paragraph when a user first displays the topic. The user clicks the link to show the paragraph; then clicks the link again (or clicks the paragraph) to hide it again.

Multiple drop-down paragraphs

To include multiple paragraphs in an expandable section, or to include material in some other format, surround the material to be expanded with Code markers in otherwise empty paragraphs; see §7.9.3 Delimiting expandable drop-down sections.

Customized drop-down section

To position drop-down links yourself, or to use existing text in your document for the links, or both: