including external js libs / Charts.js

オフライン
Hi, Issue with version 11SP12:   Add a HTML field to the form with: <script src="../scripts/Test/Chart.min.js"></script> <canvas id="myChart" width="400" height="400"></canvas> <script> var ctx = document.getElementById("myChart").getContext('2d'); var myChart = new Chart(ctx, {.... . . .   I get blank page and following is error in console. VM4376 virtualGetForm:472 Uncaught ReferenceError: Chart is not defined !   Note: Above issue is reproducible with default behavior of Item being open in Aras Innovator item tab (not in another browser tab, as it used to be with earlier Aras Innovator versions). When I click on a 404 link against error in Chrome Browser debugger, Chart is shown in a new browser window, and not in a original/main Innovator window. ( localhost/.../virtualGetForm Any quick help is appreciated. Thank you.
Parents Reply Children
No Data