The jstree
sample program uses JavaScript to produce an expandable tree view of the table of contents in a frame-based HTML output file.
To compile the jstree
sample program, use the makefile (kvhtml.mak)
in the directory install
\htmlexport\programs\jstree
, where install
is the path name of the Export installation directory.
To run jstree
, type the following at the command line:
jstree inputfile outputfile.htm
where:
inputfile
is the full path and file name of the source document.
outputfile.htm
is the full path and file name of the first HTML output file.
NOTE: You must place the following files in the same directory as the output HTML for the table of contents to function:
false.gif
true.gif
resize.js
list.js
|