+

Search Tips   |   Advanced Search

Define a page navigator

Use the page navigation element to define a page navigator.

  1. Select the types of page navigation controls 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.

    • Select Jump to page to include a field where users can type the page number to display.

    • Select Page size to include different options for the number of items to display on a page.

  2. 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 appears between each displayed page control.

  3. If we 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. Define two layouts:

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

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

      Previous control
      The Previous control is used to navigate to the page immediately preceding the currently displayed page. 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 are currently displayed).

      Next control
      The Next control is used to navigate to the page following the currently displayed page. 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 are currently displayed).

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

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

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

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

    1. Indicate how many pages 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 to include.

    2. If we 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.

  5. If we are using the Jump to page control, specify the following parameters:

    1. Enter a field label to display.

    2. If we would like to display the current page number in a Jump to page field, select Show current page number in field .

    3. Type a number to define the Jump to page field width.

      By default, if a user enters a number in the Jump to page field that is higher than the total number of pages, the No Result Design is returned. To get the last page returned regardless of how high a number a user enters, ensure the handle.invalid.page property is defined in the WCM WCMConfigService service with a value of false.

  6. If we are using the Page size control, specify the following parameters:

    1. Enter a field label to display.

    2. Enter the page size options to display using the following format:

        number|text

      You enter each option on a new line. To display all items enter "0" in the number parameter. For example, to display options to display 10 items per page, 50 items per page and all items, enter the following:

      10|Small
      50|Large
      0|All 


Parent Create a page navigation component

Previous topic: Set a location for the page navigation component

Next topic: Page navigation component properties

Related tasks:

Insert an image in an element
Insert a link in an element
Insert element tags
Create web content tags