The following Ant targets control most of the TocJS processing:
- tocjsInit
- Sets up default properties. This target detects whether builds have already specified a name for
JavaScript control file; if not, the default name toctree.js is used.
- map2tocjs
- Calls the dita.map.tocjs target, which generates the contents frame for TocJS
output.
- tocjsDefaultOutput
- Ensures that the XHTML processing module is run. If scripts are missing required information, such as a
name for the default frameset, this target copies default style and control files. This target was added
to DITA-OT in version 1.5.4; earlier versions of the TocJS transformation created only the JavaScript
control file by default.