How to export In-line Javascript to printed documentation?
Hi Folks,
I am working in Robohelp 8 HTML, and have created these wonderful javascript include files that allow me to generate numbered and bulleted list instructions and insert them into my help guide pages.
Basically, the instructions are the same and repeated throughout guide. What changes are the field names and numbering sequence.
Ah, you say, why not use snippets for this? I do use them when the block of information is identical and needs repeating.
Well, my cleverness ended when I started to generate printed documentation and discovered that my in-line javascript inserts and my include files are ignored in the export process.
Examples:
In my HTML Robohelp document, I include a javascript file that contains my procedures and functions. Then in the HTML document, I insert the call, surrounded by all the necessary <script> wrappers:
document.write(how_to_get_to("Manufacturing,Reports",","));
This produces something like this on the webpage:
Steps
1. Open the main menu.
2. Click the Manufacturing folder to expand it.
3. Double-click the Reports menu item to open the window.
When generated to printed documentation, it is just missing.
Questions:
1. Anyone else having the same problem?
2. Any creative suggestions on how to generate printed documentation.
I already know I can print from the web page. ![]()
Thanks!!