Does anyone know how to remove the Metadata and Annotations tabs from the left table on the DocView page in Weblink? I just want the Thumbnails tab to show, if possible. I've tried cutting the <div> sections from the DocView.aspx page and have also tried inserting style="display:none" in an effort to hide those tabs in the same way you hide the MyWebLink link. Nothing has worked so far. I am using WebLink 9.0.1.275. Thanks in advance for any input.
Question
Question
How to remove Metadata and Annotations tabs from the left table on the DocView page in Weblink?
asked on June 6, 2016
0
0
Replies
replied on June 6, 2016
Here is a good place to start if you are looking to customize weblink.
https://www.laserfiche.com/solutionexchange/advanced-laserfiche-weblink-customization/
0
0
replied on June 7, 2016
Thanks for the link, Tommy, and for answers to my other questions. You rock!
0
0
replied on October 11, 2016
Hi Roger
Did you ever find an answer to your question? I am having the same problem.
In WebLink 8.3., style="display:none" in the div tag does work, but not in WebLink 9.
I created a new class named InActiveToolbarTab with display: none; but this didn't work.
I also ran these in the aspx.vb code, but it had no effect.
MetadataTab.Style("Display") = "none" AnnotationsTab.Style("Display") = "none"
Did you get anything to work?
Thanks, Howard
0
0
You are not allowed to follow up in this post.