Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

 

Where do I use Javascript?




Contents

 

 

Overview

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)
  • No labels