Resco JavaScript Bridge: Difference between revisions

Jump to navigation Jump to search
(→‎Using EntityList object and its methods: trimming some confusing statements)
Line 27: Line 27:
* https://github.com/Resconet/JSBridge/commits/master/src/JSBridge.js
* https://github.com/Resconet/JSBridge/commits/master/src/JSBridge.js


While every client application version has a corresponding JSBridge version with specific features, we recommend using the same JSBridge.js file as your client app.  
While every client application version has a corresponding JSBridge version with specific features, we recommend using the same JSBridge.js file as your client app. You can find older versions in GitHub history: https://github.com/Resconet/JSBridge/blob/master/src/JSBridge.js
* Find recent versions in GitHub history: https://github.com/Resconet/JSBridge/blob/master/src/JSBridge.js
* Find older versions in this archive: http://www.resco.net/MobileCRM/downloads/JSBridge_Versions.zip


However, it is not enough to include the above-mentioned line into your page or script, it is necessary that also the file itself is present at the specified location. If you are going to use your pages as Offline HTML, you also need to upload the JSBridge.js file as the [[Offline HTML]]. Similarly, if you are accessing these pages online, the JSBridge.js file should be present at the respective location.
However, it is not enough to include the above-mentioned line into your page or script, it is necessary that also the file itself is present at the specified location. If you are going to use your pages as Offline HTML, you also need to upload the JSBridge.js file as the [[Offline HTML]]. Similarly, if you are accessing these pages online, the JSBridge.js file should be present at the respective location.

Navigation menu