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

Question

Question

Thumbnail limit in Weblink 9

asked on March 30, 2016

Hello,

It was brought to our attention that in Weblink 9, if a document is more than 200 pages, it paginates the thumbnails instead of being infinite scroll.

Is there a way to configure this number? I looked through the Docview.aspx page but did not see any code or maybe I missed something.

Thanks again for your help as always!

0 0

Answer

SELECTED ANSWER
replied on March 30, 2016 Show version history

In DocView.aspx, look for

<weblink:thumbdisplay8 id="TheThumbDisplay" runat="server" />

and change that to something like

<weblink:thumbdisplay8 id="TheThumbDisplay" runat="server" PagingThreshold="2000" />

and save the change. This means that documents up to 2000 pages in length will display thumbnails in a continuous scroll and documents with more pages than that will switch to the paginated thumbnail display. You can use a different value if desired.

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.