1
0
-1

Dear Expert,

Can we execute Joget's "Javascript API" with external Pages?

if yes,  which js script need to embed into the external page ? and how can we perform the Authentication ?

Best Regards

Tony Chu

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Can we execute Joget's "Javascript API" with external Pages?

      That's exactly the purpose of the existence of such Javascript API.

      if yes,  which js script need to embed into the external page ? and how can we perform the Authentication ?

      You need to include 
      • URL : /jw/js/json/util.js

      in your external page, then....

      Use Javascript API#login(baseUrl,username,password,callback) to login the user into Joget.. then you can make any API call that you need to.

      Good luck!

       

        CommentAdd your comment...