Eric Larson
Email: <elarson AT SPAMFREE webworks DOT com>
Articles
Notes
In WebWorks Help 5.0, the "impl" side of the output is defined in
Files/wwhelp/wwhimpl/js
Within the js folder, there is the "html" folder and the "scripts" folder. The "scripts" folder has the javascript pertaining to the search, index, TOC and favorites. The "html" folder has the HTML files used to build the pages within the framesets on the "impl" side. Each frameset page is named according to its function. For example:
panelfsi.htm -> [Panel][Frameset][Index].htm panelfsf.htm -> [Panel][Frameset][Favorites].htm panelfss.htm -> [Panel][Frameset][Search].htm
...