Pagination.cfc - 1.0 RC Release
posted under category: Free Code For You on January 6, 2008 by Nathan
Today I am releasing a 1.0 Release Candidate of my Pagination.cfc. New in this version is:
Added examples (lots, in the download)
Added documentation (featuring what, why, usage, reference, css and extensibility)
Added ability to paginate Arrays and Structures
Added properties: BeforeNumericLinksHTML, BeforeNextLinkHTML, ClassName, TotalNumberOfItems, FirstPageLink, PreviousPageLink, NextPageLink, LastPageLink
Added CFCUnit test (needs help)
Moved numbered link rendering into its own function (extensibility)
Fixed CSS support (and documented)
I'm not anticipating further changes, so this is a release candidate! If you can, please help me test it out. I did include a CFCUnit test file but I didn't get very far with it. Any feedback is highly appreciated.
Download Pagination 1.0 RC here.
View the documentation online here. It is included in PDF and HTML formats in the download.
I think I'll put this up on RIAForge for the 1.0 final. Comments appreciated!