This example shows how javascript-erros can be caught by dialog.
Code-example:
<script src="itsabuild-min.js"></script> <script> ITSA.catchErrors(true); throw new Error('An error occured'); </script>
Examples