Class | WillPaginate::LinkRenderer |
In: |
lib/will_paginate/view_helpers.rb
|
Parent: | Object |
This class does the heavy lifting of actually building the pagination links. It is used by the will_paginate helper internally.
gap_marker | [RW] |
The gap in page links is represented by:
<span class="gap">…</span> |
Returns the subset of options this instance was initialized with that represent HTML attributes for the container element of pagination links.
Process it! This method returns the complete HTML string which contains pagination links. Feel free to subclass LinkRenderer and change this method as you see fit.
Returns URL params for page_link_or_span, taking the current GET params and :params option into account.