
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*\ | valid URI to Bridgeit code |
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 code. When the provided URI is an absolute path then the URI is resolved to the servlet's context path.
<context-param> <param-name>org.icefaces.mobi.bridgeit.javaScriptURI</param-name> <param-value>/javascript/bridgeit.1.0.5.js</param-value> </context-param>