You are viewing limited content. For full access, please sign in.

Question

Question

Thumbnails Tab in Weblink 9

asked on March 13, 2015

Hello,

 

In Weblink 9 how do you make the thumbnails tab default in DocView.aspx?

 

Thank-you.

0 0

Replies

replied on March 13, 2015 Show version history

At the bottom of DocView.aspx (located by default in Program Files\Laserfiche\WebLink\Web Files\), you should see code that looks like:

        <script type="text/javascript">                    
            $(document).ready(function() {
                $($get("MetadataTab")).click();
            });
        </script>

You can switch the "MetadataTab" to either "ThumbnailsTab" or "AnnotationsTab" to set which will be the default tab. Make sure you set the actual code (seen above), and not the comment right above it marked by <%-- and --%>. 

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.