Forum Discussion
JimLeichliter
14 years agoCommunity Member
Best place to put JavaScript functions for publishing
I'm new to Articulate and Storyline. I have a few custom JavaScript functions that I use and would like to put them into one of the Storyline publishing templates so they're available every time I ...
MarkW
4 years agoCommunity Member
I'm currently using jsPDF to make dynamic reports, and the current process requires me to edit the story.html file to to add the following lines of code:
- <script src="js/jspdf.debug.js" type="application/javascript"></script>
- <script src="js/createPDF.js" type="application/javascript"></script>
- <script src="js/OpenSans-normal.js" type="module"></script>
Can I use the WebObjects method to load these scripts? If so, could you tell me what it would look like? Any help is appreciated.
MathNotermans-9
4 years agoCommunity Member
Out of town momentarily...will help when back home