Customizing the Number of Thumbnails Displayed on the Document Viewer Page.

March 10, 2008 | KB: 1011943
WebLink 7

Summary

By default, the DocView.aspx page displays four thumbnails at a time in the thumbnail preview pane.

More Information

You can customize the number of thumbnails to display at one time by modifying the "TheThumbnailDisplay" control.

To customize the number of thumbnails

  1. Browse to the "Web Files" subfolder of your WebLink installation folder. By default, the path is "C:\Program Files\Laserfiche\Web Files."
  2. Use a text editor to open DocView.aspx.
  3. Locate the following element:

    <WEBLINK:THUMBDISPLAY id="TheThumbDisplay" runat="server">

  4. Modify this element by adding the ThumbCount parameter and setting a value to the number of thumbnails that you want to display.

    <WEBLINK:THUMBDISPLAY id="TheThumbDisplay" ThumbCount=x runat="server">

    Set x to the number of thumbnails you want displayed in the thumbnail pane.
  5. Save DocView.aspx.