Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The easiest way to examine the available Javascript global variables is to console.log them in Chrome:

Code Block
themeRDark
languagejs
linenumberstrue
console.log(siteVars);console.log(deviceVars);
console.log(_Blink);
console.log(_SERVER);
console.log(MyAnswers)
console.log(BlinkForms)