<mf-search-results-pager></mf-search-results-pager>
Search result pager display element
Applicable attributes
ajax-url (String)
ajax Search URL:pager-item-count (Number)
Maximum total number of page number links to be displayed on the pager
Same asmf-search-results
’s attribute:pager-item-count
pager-pagenum-blank (Boolean)
Output
instead of page number in pager
Same asmf-search-results
’s attributepager-pagenum-blank
DOM structure and class setting
- div.mf_finder_organic_pager_wrapper > div.mf_finder_organic_pager
- ul.mf_finder_pager_items
- li.mf_finder_pager_item_first
:Back to the 1st page link (to be displayed on the 3rd subsequent pages)- a > span >
- a > span >
- li.mf_finder_pager_item_prev
:Back to the previous page link (to to be displayed on the 2nd and subsequent pages)- a > span >
- a > span >
- li.mf_finder_pager_item_before_pages.mf_finder_pager_item_
<page>
(plural)
:Page number link before the current page- a > span > [destination page number]
:Display
when attributepager-pagenum-blank
is specified
- a > span > [destination page number]
- li.mf_finder_pager_item_current
- span > [Current page number]
:Display
when attitudepager-pagenum-blank
is specified
- span > [Current page number]
- li.mf_finder_pager_item_after_pages.mf_finder_pager_item_
<page>
(plural)
:Page number link behind the current page- a > span > [destination page number]
:Display
when attributepager-pagenum-blank
is specified
- a > span > [destination page number]
- li.mf_finder_pager_item_next
:Link to the next page (displayed if there is a next page)- a > span >
- a > span >
- li.mf_finder_pager_item_first
- ul.mf_finder_pager_items