FVS Pagination Attribute

  • Last update:December 15, 2023
  • Overview

    This document is applicable to users who have installed the FineVis Data Visualization plugin to learn plugin functions.

    Version

    Report Server Version

    Plugin Version

    Functional Change

    11.0

    V1.X

    /

    11.0.16

    V2.0.0

    • Added the 3D Background option to the FVS page   background. For details, see FVS 3D Background Application.

    • During preview, you can click the newly added page navigation icon in the lower left corner for quick page switchover.

    11.0.16

    V2.0.1

    Optimized the copy and paste operation of pages to improve the interactive experience. For details, see section "Basic Operations of Page."

    11.0.22
    V2.1.1Allowed you to hide pages during preview. For details, see section "Hiding Pages During Preview."

    Functions

    A FineVis visualization dashboard is a canvas with multiple pages containing multiple components. This document introduces the page attributes.

    Function Introduction

    Basic Operations of Pages

    1. At the bottom of the canvas, you can click Fold/Expand to fold/expand the page operation area (expanded by default).

    展开.gif 

    2. You can click + New Page to add a blank page after all pages.

     新增.gif

    3. You can right-click a page to open the operation panel, including New Page, Copy Page, Paste Page, and Delete Page.

    • If no page is copied, Paste Page is gray and can not be used.

    • The pasted page is added after the right-clicked page by default.

    • If there is only one page, Delete Page is gray and can not be used.

    复制.gif 

    4. You can right-click a blank area in the page area to open the operation panel, including New Page and Paste Page. The added/pasted page is added in the click position.

    • If no page is copied, Paste Page is gray and can not be used.

     粘贴.gif

    5. You can paste a page copied from another template. If the canvases are different in size, the page is pasted from the top left corner of the current template canvas in which its components remain unchanged in size and components that exceed the canvas size are pasted beyond the canvas.

     跨.gif

    6. You can hold down a page and drag it to adjust the page order.

     移动.gif

    Page Name

    Select a page, click Page on the right configuration panel, and you can manually modify the page name.

     

    Page Background

    Page background supports five styles of configuration: None, Color, My Resource, Custom Upload, and 3D Background.

    iconNote:
    1. The configuration of the page background takes effect only for the selected page in the current canvas.

    2. If a color or image with transparency is used for the page background, the page is displayed with black background during preview in full screen mode.

    Color

    To select a color as the page background, you can click the color block or manually enter the color value.

     

    My Resource

    1. The materials in My Resource are from the FVS resource center, and materials labeled as Background are selected by default.

     我的.gif

    2. After selecting a material, you can select Adapt, Fill or Stretch as the filling method and set the hue.

     

    Custom Upload

    1. After selecting Custom Upload as the page background, click Choose, click + Upload Picture, and you can select a local image file and upload it.

    2. Supported file formats for upload include JPG, JPEG, PNG, APNG, GIF, and WebP.

    3. After upload, hover the cursor over an image and you can set 9-Patch.

    4. After selecting an image, you can select the filling method and set the hue.

     上传.gif

    3D Background

    3D background is often used in scenes where the same 3D model is used in multiple pages to improve the efficiency of template production and facilitate the subsequent maintenance of the template.

    For details, see FVS 3D Background Application. 

    Page Transition

    Smooth Transition can be enabled. After Smooth Transition is enabled, if a component exists both on the previous page and on the current page, a shifting animation is triggered during page switching, and the component's exit animation on the previous page is invalid.

    iconNote:
    For details, see FVS Page Smooth Transition.


     

    Preview Playback Setting

    If there are multiple pages in a template, you can set the preview playback for the template in the page area.

     

    The following table describes the settings.

    Settings

    Explanation

    Page Auto Switch

    You can enable the function (disabled by default) to set the page switch interval.

    The interval takes effect for all pages in the template, and you can not specifically customize different intervals for some pages.

    Page Loop Playback

    You can enable (default) the function for pages to switch on a loop (from the last page to the first page) during preview.

    If the function is disabled, pages can only be switched in sequential or reverse order.

    Show Switch Button

    You can enable (default) the function to display the switch icons in the lower left corner of the template during preview.

    If the function is disabled, the icons are hidden by default and appear when you hover your cursor over the lower left corner.

    The icons are displayed from left to right: Previous, Pause/Continue, Next, and Page Navigation.

    Icon

    Explanation

    Previous

    Clicking the icon will switch to the previous page. If you click the icon on the first page with Page Loop Playback enabled, it will switch to the last page. If you click the icon on the first page with Page Loop Playback disabled, the icon is gray.

    Pause/Continue

    The icon appears only when Page Auto Switch is ticked. Clicking the icon will pause the   automatic switching, and re-clicking the icon or switching the page will resume automatic switching.

    Next

    Clicking the icon will switch to the next page. If you click the icon on the last page with Page Loop Playback enabled, it will switch to the first page. If you click the icon on the last page with Page Loop Playback disabled, the icon is gray.

    Page Navigation

    If you hover the cursor over the page navigation icon, Page Number: Page Name are displayed in sequential order from top to bottom, and you can click one to switch to the corresponding page.

    • The width of the navigation bar is determined by the longest page name with the upper limit of 200px, and the parts of the name beyond the limit are displayed as ellipsis.

    • The height of the navigation   bar is determined by the number of pages with the upper limit of 9, and the   ones beyond the limit can be displayed through the scroll bar.

    The effect is shown in the following figure.

    预览.gif 

    iconNote:
    1. During template preview, the starting page is the first page by default and cannot be customized.

    2. You can use the setPageButtonDisplayPolicy interface to permanently hide the switch icons in the lower left corner.

    Hiding Pages During Preview

    FineVis Data Visualization V2.1.1 allows you to show or hide pages during preview. Hiding pages during preview does not affect editing operations in the designer.

    • If multiple pages exist, pages are displayed during preview by default. When you hover the cursor over the page area, the Show During Preview icon appears in the upper right corner. After being clicked, the icon is turned into Hide During Preview and fixed in the upper right corner. Click the icon again to restore Show During Preview.

    • If only one page exists or can be previewed, the icon will no longer appear when you hover the cursor over the page area.

     分页1.gif

    After being hidden, the page is not displayed in the page navigation during preview. For example, the effect of hiding Page 1 is shown in the following figure.

     

    In addition, you can hide or show pages through JS.

    • Show the page.

    duchamp.showStory("Page1"); //Page1 is the name of this page.

    • Hide the page.

    duchamp.hideStory("Page1"); //Page1 is the name of the page.

    iconNote:
    If you try to hide the current page on the current page, a prompt pops up, indicating that you cannot hide the current page.



     


    Attachment List


    Theme: FineVis Data Visualization
    Already the First
    Already the Last
    • Helpful
    • Not helpful
    • Only read

    滑鼠選中內容,快速回饋問題

    滑鼠選中存在疑惑的內容,即可快速回饋問題,我們將會跟進處理。

    不再提示

    10s後關閉

    Get
    Help
    Online Support
    Professional technical support is provided to quickly help you solve problems.
    Online support is available from 9:00-12:00 and 13:30-17:30 on weekdays.
    Page Feedback
    You can provide suggestions and feedback for the current web page.
    Pre-Sales Consultation
    Business Consultation
    Business: international@fanruan.com
    Support: support@fanruan.com
    Page Feedback
    *Problem Type
    Cannot be empty
    Problem Description
    0/1000
    Cannot be empty

    Submitted successfully

    Network busy