Forum Discussion

dhavalu's avatar
dhavalu
Frequent Visitor
10 years ago
Solved

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.
  • vincent_1234's avatar
    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)