#
Category: Tags
See all categories.
Methods • Navs • Tags
nav_tag
nav_tag
returns an HTML string containing pagination links, wrapped in a nav
tag, ready to be used in your view.
Methods • Navs • Tags
nav_js_tag
nav_js_tag
functions similarly to a nav_tag, with the following added features:
Methods • Navs • Tags
combo_nav_js_tag
combo_nav_js_tag
combines navigation and pagination info in a single compact element.
Methods • Tags
info_tag
info_tag
provides information about the content of the current pagination.
Methods • Tags
limit_selector_js_tag
The limit_selector_js_tag
allows the user to select any arbitrary limit per page, up to the :requestable_limit
Methods • Tags
a_tags
The previous_a_tag
and next_a_tag
return the enabled/disabled previous/next page anchor tag.