Loading Web Component Scripts

Let's suppose that you are about to include some new functionality and logic which may need some Javascript library that is currently not loaded.

In order to load this new javascript library you can use the LoadScript method of the HTMLDoc component.

Last updated