Forum Discussion
BridgetODell
7 years agoCommunity Member
Build Custom Search within Storyline using JavaScript
Using JavaScript, follow these instructions to add a Custom Search Engine to your course. In 2018, I shared this functionality via a 5 minute Spark Presentation at the Chicago eLearning & Technology...
BridgetODell
4 years agoCommunity Member
Hi Joseph,
Yes, you can do this.
Keep all of your JavaScript code (and any other triggers you might have, such as showing a layer, jumping to a slide, etc.) but edit each trigger that you want to be executed when the user presses the Enter key as follows:
When: the user presses
Key: Enter (when clicked within this field, press the Enter key on your keyboard to populate)
Object: after clicking on ( your search bar text entry object)
(In my course, the search bar that the user types into is named: Search Field)
Hope this helps!