Skip to content

Instantly share code, notes, and snippets.

@mamund
Created March 6, 2012 18:52
Show Gist options
  • Save mamund/1988161 to your computer and use it in GitHub Desktop.
Save mamund/1988161 to your computer and use it in GitHub Desktop.
Sample Paging Affordance
<PageInformation>
<CurrentPage href="...">2</CurrentPage>
<FirstPage href="..">1</NextPage>
<PreviousPage href="..">1</LastPage>
<NextPage href="..">5</NextPage>
<LastPage href="..">44</LastPage>
<TotalItems>1085</TotalItems>
<PageSize>25</PageSize>
<SelectPage href="...?page={@pagenumber}" />
<SetPageSize href="..."><size value="" /></SetPageSize>
</PageInformation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment