WebControlWrapper.LoadLibraries
From Xojo Documentation
Method
WebControlWrapper.LoadLibraries(Callback as String, Paramarray URLs as String)
New in 2012r2
Supported for all project types and targets.
New in 2012r2
Supported for all project types and targets.
Loads a series of javascript files and then runs the specified callback code.
Notes
This method creates a recursive call that loads each of the specified libraries, one at a time, in the order specified.