Panels containing text produced using IPF need not be called from an application; IPF can be used to produce "stand-alone" online documentation, which is viewed using the VIEW.EXE utility provided with OS/2 Version 2.0. Online documents have similar capabilities to help libraries; both text and graphics may be included, and hypertext and hypergraphic links are supported.
Online documents also have a number of differences from help libraries:
Note that the name= or id= attributes may not be used if files will be concatenated and hypertext or hypergraphic links are required between files.
Note that the :title tag may only be used for online documents, and not
for help libraries. The title of an application's main help window is specified
in the WinCreateHelpInstance() function call.
The ability to include hypertext and hypergraphics in online documents allows the creation of online procedure manuals that automatically invoke the appropriate application or applications for each step of the procedure. This is achieved by defining the hypertext or hypergraphic items with reftype=launch, specifying the name of the executable file for the required application. See Self-Teaching Applications for further discussion of such applications.