JavaScript must be enabled in order to use this site. Please enable JavaScript in your browser and refresh the page. View Configuration This section describes some techniques common to many applications. It describes the use of overlays, how to handle exceptions, working with unloaded scenarios and the correct use of modal dialog boxes. Covered Topics Overlays The best-practice behavior for a view is to indicate when a scenario is executing, or when results are not available to be displayed. Exception Handling The JavaScript API will output various levels of logging and you can see these logs by opening your browser's web developer tools. Working with Unloaded Scenarios When a scenario is first created, it will have no input data nor any result data. Using Model Dialog Boxes You should avoid using browser native alert boxes, using the JavaScript alert() or confirm() function calls. Including Additional JavaScript Libraries Third-party libraries should normally be imported after insight-4.7.js. Parent Topic Using the JavaScript API to Create Custom Views