Forum Discussion
Need assistance with JavaScript
Hello, I'm Dean and I'm still new to Storyline. I have used an interactive Q&A template created by Sara Hodge and found it really nice and super helpful in building some of our interactive Q&As. However, I would like to customize the Javascript to also include a border or a logo and perhaps also change the text direction to RTL if converted into Arabic. Are these possible? Attached is a story file for review :)
Any help and suggestions are highly appreciated. Thanks a lot!
Cheers,
Dean
- RussellKillips-Community Member
To change the text direction for Arabic, Line 5 of the javascript needs to be changed to:
mywindow.document.write('<html dir="rtl" lang="ar"><head><title>Printing</title>');
- DeanBijisCommunity Member
Hey Russell,
Is it possible to include the checkboxes in the Javascript for the Results page? I've attached a sample screenshot.
Thanks so much! :)
Dean
- RussellKillips-Community Member
- DeanBijisCommunity Member
Thanks so much Russell! :)