Forum Discussion
dhavalu
10 years agoFrequent Visitor
Can we add external javascript file to custom visual?
Hello, Can we add external javascript file to custom visual? If yes can anyone point me at some code or link. I have tried few things like $.getScript(), reference path but no luck. Thanks.
- 10 years ago
Take a look at the QuillWrapper in the textbox visual, it loads javascript dynamically.
You can refer to a CDN or self hosted (needs to be https)
Greg_Deckler
10 years agoCommunity Champion
I won't say no but I would be fairly surprised if this was allowed for security concerns alone.