In full page refresh mode, the library will be included to the page header using the standard script tags.
In AJAX mode, the library is will read the file from disk, transfer the content via the AJAX channel and then eval() the content in the window.
In case that your script needs some values to be initialized before the eval() happens, use the other addRequiredJsFile() for this purpose @param baseClass @param jsFileName
|
|
|
|
|
|
|
|
|
|
|
|