
The latest version is v. 8, last edited on Feb 02, 2017
(view differences
|
)
<< View previous version | view page history | view next version >>
<< View previous version | view page history | view next version >>
Name: | org.icefaces.mobi.bridgeit.javaScriptURI |
Values: | http://api.bridgeit.mobi/bridgeit/v1.x-latest/bridgeit.js |
Since: | 4.0 |
Scope: | application |
Application Scope
Setting org.icefaces.mobi.bridgeit.javaScriptURI to a valid URI tells ICEfaces what URI to reference into the rendered page in order to load the BridgeIt JavaScript code. When the provided URI is an absolute path then the URI is resolved to the servlet's context path. This is useful in cases where the application needs to load a specific BridgeIt library version, or load it from the local classpath instead of a remote server.
<context-param> <param-name>org.icefaces.mobi.bridgeit.javaScriptURI</param-name> <param-value>/javascript/bridgeit.1.0.5.js</param-value> </context-param>