We have an implementation where we are embedding Web Access 10.2 into a Laserfiche form as an iframe. The iframe source will point to a specific Laserfiche folder, the URL for which is constructed dynamically when the form loads based on a form field value (which is set by Workflow).
In order to maximize screen real-estate, we want to display ONLY the contents pane.
We went to Display Options and turned off both the Details Pane and the Folder Pane. This works temporarily, except when the page is reloaded the Folder Pane comes back.
For these users, we want to permanently turn off the Folder Pane. They won't be doing any sort of repository navigation. They just need to look at a list of documents inside a given folder, and open those documents to view ONLY the images (no thumbnails or metadata).
Related to this, is there a way to remove the top navbar as well? We don't want these users to perform any searches or accidentally log themselves off from the top right corner. And again, this would help with maximizing screen real-estate when viewing the documents inside an iframe.
The use case for this is very simple and also extremely common: initial form submitter will upload a bunch of files to a starting form, and an approver needs to then view them during the approval step. However, we don't want them to have to download each file to be able to view it. That's why we want to leverage Web Access (along with LFDS's single sign-on ability). So we're trying to "dumb down" the Web Access iframe as much as possible to minimize confusion and possibility of user error.