Hello,
I'm using an iFrame to embed the Web Client (10.2) in a Forms page (10.2), and I would like to display one page at a time.
Essentially, what I'm trying to accomplish is something like the Laserfiche Scanning interface where each page is shown individually (no scrolling) and users must click thumbnails or use navigation to move between pages.
I figured out the URL parameter to display full-screen on load, and so far I've experimented with the following:
- Editing the DocView.aspx file to incorporate a custom parameter that hides certain elements
- JavaScript/CSS to manipulate the iFrame, its wrapper, and the contents
However, before I get too far I wanted to see if there are any built-in options, URL parameters, etc. to facilitate this kind of display.
As a follow up, is there any updated documentation for URLs in versions 10 and higher? I have the documentation for 9, but I couldn't find anything describing newer parameters (such as the full-screen option).