Hello,
we have the task of opening Daeja ViewONE viewer with a list of docids.
This obviously works:
https://localhost/navigator/bookmark.jsp?desktop=desktop1&repositoryId=OS01repo&docid=8E51AD90-0000-C134-8A7C-52BC74D291C9
But would like something like this:
https://localhost/navigator/bookmark.jsp?desktop=desktop1&repositoryId=OS01repo&docid={8E51AD90-0000-C134-8A7C-52BC74D291C9},{8E51ADF0-0000-C13F-A77F-D6EC1C2697CA}
There is, what I think related documentation: https://www.ibm.com/docs/en/daeja-viewone/5.0.x?topic=viewer-configuring-virtual-client-by-using-javascript however I am not grasping how this needs to be used. Assuming some html + javascript containing the URL to the Daeja Viewer.
Somehow get ahold of Daeja, the retrieve a viewer object and then issue openDocument commands. Is that the correct approach?
// Create ViewerWindow instance
if (window.ViewerWindow) {
window.viewerWindow = new window.ViewerWindow('https://localhost/navigator/bookmark.jsp?repositoryId=OS01repo' + '','Test Viewer');
}
If anyone could share some insight on how to implement this or even have some code sample?
Thank you in advance!
Cheers,
Ingo.
------------------------------
Ingo Zitzmann
------------------------------