Resco JavaScript Bridge: Difference between revisions

Jump to navigation Jump to search
Line 5: Line 5:


The main objective of this document is to make you familiar with the JSBridge concepts and showcase the most common functionality on the examples. After reading this document, you should be able to create and debug your own custom pages and include them into the client application, however, the knowledge of HTML and JavaScript technology is recommended at least on a medium level.
The main objective of this document is to make you familiar with the JSBridge concepts and showcase the most common functionality on the examples. After reading this document, you should be able to create and debug your own custom pages and include them into the client application, however, the knowledge of HTML and JavaScript technology is recommended at least on a medium level.
== Getting started ==
If you are just starting to explore Resco JavaScript Bridge, consider reviewing also the following resources:
* [https://www.youtube.com/watch?v=cplZLC_mAc0&list=PLPMCnAPD5b56XNEiGTcy5VBxdP8rcB86b&index=12 Webinar Offline HTML in Resco Mobile CRM - Part 1/2 (Intro)] {{Badge|Webinar}}
* [https://www.youtube.com/watch?v=R7GpdC_y17Y&t=1s Webinar Offline HTML in Resco Mobile CRM - Part 2/2 (Data Access)] {{Badge|Webinar}}
* [[Debugging offline HTML]]
* [https://academy.resco.net/ Online training planned for the second half of 2020] {{Badge|Academy}}


== Including the JSBridge.js file ==
== Including the JSBridge.js file ==
Line 21: Line 30:
* Find older versions in this archive: http://www.resco.net/MobileCRM/downloads/JSBridge_Versions.zip
* 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 (see https://youtu.be/cplZLC_mAc0 and https://youtu.be/R7GpdC_y17Y) 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.


== Recommended META tags ==
== Recommended META tags ==

Navigation menu