Import external CSS/JS files into visualizer app Follow
This article describes how to add custom CSS/JavaScript files into your AppVisualizer app.
Import JavaScript to Common JS
In AppVisualizer Step 5, you may import external JS file, by adding a standard <script> tag(s) at the beginning of the file, and commenting out the lines with "//":
You may import via relative URLs (to import files on your ServiceManager server), or absolute URLs.
Import CSS to your page
In AppVisualizer Step 4, your may use the JavaScript editor to inject a CSS file to your page:
Comments
0 comments
Please sign in to leave a comment.