Versions Compared

Key

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

This option can be set to false to cause errors occurring in widget and screen event properties (i.e. "onload", "onclick", etc.) to be logged to the browser console. The default behavior is to display error messages in an alert box.

Code Block
languagejavascript
titleLog Errors to Browser Console
pui["alert script errors"] = false;

...