BoardScript

BoardScript is a JavaScript object available to WebEOC Nexus boards. This object contains JavaScript methods that allow you to use basic CRUD operations (create, remove, update, delete) for status board data. Additionally, you can enable view links to be opened, and provide control over refreshing the page.

If an external view is referenced in a BoardScript function, a viewlink to that external view must be present in your current view code. Its presence is what gives BoardScript permission to the external view. That viewlink can be rendered normally, or hidden by CSS.

The following BoardScript information is applicable to software developers and board builders who want to use the BoardScript object from a status board. Knowledge of basic object-oriented programming concepts with an advanced administrator level of understanding is required.