I have tried on the HelpURL ability on JET and it looks like only absolute address is supported. Is it true that the URL doesn't support relative path now?
> JET.init({
> ID: "JETSample",
> Title: "JET - Help URL",
> HelpURL: "
http://www.google.com"
>});
I have tried some workaround like putting the URL as
http://localhost:10030/Apps/MyAppName/1.0.0/Help.html. But this involves a version number variable and I am not sure if "localhost:10030" still works on production Eikon. Any ideas? Thanks.