Hi all,

A looooong overdue feature is pagination in tile, thumbnail, and tabular 
views. I've implemented that in trunk/, to be released in the next 
release. Here's how it works in the presidents example

    
http://trunk.simile-widgets.org/exhibit/examples/presidents/presidents.html

The new settings for controlling pagination are

  paginate = true or false; default is false
  pageSize = items per page; default is 20
  page = starting page index, from 0
  pageWindow = number of pages before and after current page to show
    if the current page is far from the first page and/or the last page;
    default is 2

What pageWindow means concretely is this. If you're on page 5, and 
pageWindow is 2, then you see
    1 ... 3 4 5 6 7 ... 9
That is, 5 - 2 = 3 and 5 + 2 = 7.

If you've been dying for this feature, please help me test it before the 
next release. Just link to the trunk api:
    http://trunk.simile-widgets.org/exhibit/api/exhibit-api.js

Thanks,

David


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to