We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add in web-ui an array of string defining js file with relative url to be loaded on startup
param name proposal : "customJsToLoad"
The base path for js should be /externalJs
Add a fictive example that just write in the console "Custom js example executed" in a file name example.js in external/
See how we can be sure the script has been loaded before loading a template , using await in the loading sequence should be possible
The text was updated successfully, but these errors were encountered:
Add the possiblity to load custom javascript on startup (#6457)
4dc7529
Signed-off-by: Giovanni Ferrari <[email protected]>
0108022
6c44359
quinarygio
Successfully merging a pull request may close this issue.
Add in web-ui an array of string defining js file with relative url to be loaded on startup
param name proposal : "customJsToLoad"
The base path for js should be /externalJs
Add a fictive example that just write in the console "Custom js example executed" in a file name example.js in external/
See how we can be sure the script has been loaded before loading a template , using await in the loading sequence should be possible
The text was updated successfully, but these errors were encountered: