User-defined JavaScript functions can be attached to individual fields on each add or edit screen within ExtraView. The JavaScript functions are not restricted in scope. This powerful feature allows you to generate virtually any functionality within an add or edit screen. Some typical uses of this feature are:
To accomplish the setting up of a user-defined JavaScript function, first note that each ExtraView form generated contains the following statements:
<SCRIPT LANGUAGE="JavaScript" SRC="xxxxxxx/user_javascript/UserJavaScript.js"> </SCRIPT>
where xxxxxxx is the environment name. This permits the programmer to reference a custom JavaScript library.
Note: This directory exists within the web server, not the application server directory tree.