WebControlWrapper.SetupJavascriptFramework

From Xojo Documentation

Event


WebControlWrapper.SetupJavascriptFramework() As String

New in 2012r2

Supported for all project types and targets.

Raised when it is time to provide the javascript components for this control.

Notes

This event is usually used for running code that is specific to your control for setup purposes.

If you need to load libraries from an external source and receive a callback, please see the WebControlWrapper.LoadLibraries method.