Use a page navigation element

 

+

Search Tips   |   Advanced Search

 

Specify the kind of page navigation controls to be used with the page navigation element. For each type of control, define the layout and design of the control with HTML tagging.

  1. Select the types of page navigation controls that you want to use with the page navigation element.

    • Select Shuttle to include relative navigation links, such as previous page, next page, first page, and last page.

    • Select Paging to include navigation links based on page numbers.

  2. Specify the layout and design of the header, separator, and footer for the page navigation element by entering HTML tagging in the respective input fields. The code entered in the header and footer designs will appear before and after the displayed page controls. The code entered into the separator design will appear between each displayed page control.

  3. If you are using shuttle paging controls, specify their layout and design by entering HTML tagging in the input fields.

    First control

    The First control is used to navigate directly to the first page in a set of pages. You must define two layouts:

    • The active design is displayed when the first page in a set of pages is not currently displayed.

    • The inactive design is displayed when the first page in a set of pages is currently displayed.

    Previous control

    The Previous control is used to navigate to the page immediately preceding the currently displayed page. You must define two layouts:

    • The active design is displayed when a page preceding the currently displayed page is available.

    • The inactive design is displayed when there is no available page preceding the currently displayed page (for example, when the first page in a set of pages is currently displayed).

    Next control

    The Next control is used to navigate to the page following the currently displayed page. You must define two layouts:

    • The active design is displayed when a page following the currently displayed page is available.

    • The inactive design is displayed when there is no available page following the currently displayed page (for example, when the last page in a set of pages is currently displayed).

    Last control

    The Last control is used to navigate directly to the last page in a set of pages. You must define two layouts:

    • The active design is displayed when the last page in a set of pages is not currently displayed.

    • The inactive design is displayed when the last page in a set of pages is currently displayed.

  4. If you are using page number controls, specify the paging options and continuation design.

    1. Indicate how many pages you want to make available from the page navigation element at one time.

      • Click Show all pages to include navigation links for every page in the result set.

      • To display a subset of the result set, click Limit number of pages, and enter the number of pages you want to include.

    2. If you are limiting the number of pages displayed in the page navigation element, specify the layout and design of the Continuation control by entering HTML tagging in the input field. The Continuation control is displayed on either side of the page numbers to provide access to the preceding or following set of pages.

 

Parent Topic

Page navigation element