O4WSwitchMode routine
Description
Call O4WSwitchMode from a stored procedure, or run it from the system monitor, to change where the O4W libraries are loaded from. Specify "LOCAL" if you do not have access to the internet, or if you prefer to use the local copies stored in the O4W folders; specify "GOOGLE" if you have internet access.
Syntax
O4WSwitchMode(<source>)
Parameters
The function has the following parameters:
Parameter | Description | |
---|---|---|
<source> | "LOCAL" - use the local version of the jquery libraries to run O4W. "GOOGLE" - use the Google Content Delivery Network (CDN) versions of the jquery libraries to run O4W in "on line" mode. |