Hello everybody. I'm needing to create a new style of paging in AJAX for a list of Views. I have researched but can not find any documentation about it.
Does anyone have any idea how to create this new style of paging?
Hello everybody. I'm needing to create a new style of paging in AJAX for a list of Views. I have researched but can not find any documentation about it.
Does anyone have any idea how to create this new style of paging?
Comments
Comment #1
merlinofchaos commentedViews 2 does not have support for customized pagers, though you can override theme('pager') or theme('views_mini_pager') to fake it. But if it requires special querying, it won't happen.
Views 3 will have customizable pagers.
Comment #2
tregismoreira commentedIt is so good! :)
There is now some documentation about it for Views 3? If no, how can I start my research?
Thanks!
Thiago Régis
www.thiagoregis.com
Comment #3
dawehnerThis module: http://drupal.org/project/views_plugins implements one.
Read how to code plugins in general, pager is just an example.