Javascript
Depending on which BIC (Blink Intelligent Client) you use
The BMP provides a large number of API's.
Contents
- Blink Forms JS Events
- Answerspace JS Events
- jQuery.AJAX and the "always" callback
- Viewing AJAX arguments in the JS Console
- Data Suitcase JS Events
Overview
Where do I use Javascript?
Javascript can be stored in several places.
- Within the interaction itself.
- Within another answerspace called by the Blink run API
- From an external source.
- Within a BlinkForms Object
- Within the HTML Head of your Answerspace
The easiest way to examine the available Javascript global variables is to console.log
them in Chrome:
console.log(siteVars);console.log(deviceVars); console.log(_Blink); console.log(_SERVER); console.log(MyAnswers) console.log(BlinkForms)