Optionally Combine All VLF JavaScript Files into One

All VLF-ONE internal JavaScript files can be combined into a single file: VLFONE_Engine.js. Using the single file improves the reliability of the user's first use of VLF-ONE.

UF_OEXEC has been changed to load the single file instead of loading all the individual VF_*.js files. (See the integration tab for component UF_OEXEC.)

To take advantage of this feature, modify your version of UF_OEXEC, and add a script VLFONE_Engine.js under the Resources tab.

Combining the JavaScript files is optional. Pre-existing versions of UF_OEXEC will continue to work if not changed.