Jessica
posted this on March 04, 2009 15:24
As of 1.0 build 31537 you can use the following URL to open documents in Vizit Pro™:
http://{server}:{port}/_layouts/Vizit/Viewer/Default.aspx?{options}
Options need to be formatted as URL query string and can include the following:
Default.aspx?l=/Docs/Documents&d=55&p=1
http://{server}/Docs/Documents/myfile.tif#4
and the following parameters:
Default.aspx?u=http://{server}/Docs/Documents/myfile%234
Please note that URL must be properly escaped (i.e. # needs to be replaced with %23, etc)Default.aspx?cfg=/_layouts/MyCompany/vizit_read_only_profile.js
You can open multiple pages at once by referencing several files:
Default.aspx?u={url-1}&u={url-2}&l={list-1}&d={id-1}&l={list-2}&d={id-2}