Tuesday 18-06-2013
About Us | Contact Us | FAQ | Support | Links
Coldfusion Custom Tags, CFXs, CFCs, Full Applications and more!
< Built by ColdFusion Developers, for ColdFusion Developers >
 
Home | Tag Categories | Latest Tags | Top Rated Tags | Top Selling Tags | My Account | Search | Sell Your Tags | Tags A-Z
PagerPro

PagerPro - Take the pain out of paging queries!
Developer Name: Michael Ellsworth
Company Name: DynamicTags
Email Developer Email Developer:
Latest Version: 1.0
Price: $15
License: One copy per developer.
Encrypted: No
Average Rating: Not Rated
Times Rated: Not Rated
Rate This Tag:


Tag Comments

There are no comments for this tag yet!
 Related ColdFusion Applications
Developers who purchased PagerPro also purchased:
  1. Form Wizard
  2. CF_CalendarControl
  3. cf_siteInsight
  4. CF_SendLinkToFriend (Unencrypted)
  5. CF_FlashUpload
  6. SorTable+
  7. ProLetterFusion 2.0 Un-Encrypted
  8. CF_XMLWriter
  9. cf_query2xml
  10. UDI - Universal Database Interface Version 3.9


What Is PagerPro?
This tag provides a NEXT records type interface with many options to customize its look and operation.

<cf_PagerPro> will break large query record sets into pages of manageable size while providing page links for navigating through the rest of the records.  This is very similar to a typical search engine results display.  Although there are several other custom tags out there providing this basic functionality, this tag enables much more power and flexibility.

Basic Features:

·         Provide page links for navigating through large record sets

·         Maintains page “state” or continuity

·         Provides user options for number of records to display

·         Provides user options for how to sort the records

·         Allows for text page links when searching for items alphabetically

·         Allows for multiple paged record sets on any given template

·         Customizable display format

·      Easy to use

 


Sample Code:

<!--- A query to retrieve a list of all the countries in the world. --->

<cfquery name="Countries" datasource="MyDSN" dbtype="ODBC">

SELECT * FROM CountryList

ORDER BY CountryName

</cfquery>

 

<!--- <cf_PagerPro> placed between <cfquery> & <cfoutput>. --->

<cf_PagerPro query="Countries">

 

<!--- <cfoutput> with startrow & maxrows variables. --->

<cfoutput query="Countries" startrow="#Countries_startrow#" maxrows="#Countries_maxrows#">

      #CountryName#<br>

</cfoutput>

 


Example of numbered links:

Items per page: 10, 20, 40

Showing 7180 of 142

Sort By: Name, Population

PREV  1..  5, 6, 7, 8, 9, 10, 11  ..15  NEXT

 

Example of Alphabetical Links:

Items per page: 10, 20, 40

Showing 7180 of 142

Sort By: Name, Population

PREV Afg, Arm, Bel, Bri, Cen, Cos, Eas NEXT

 

Feel free to read the documentation (in PDF format).  It is very descriptive, extensive and provides actual code examples of its use.



 


< Business Strength Coldfusion Custom Tags >
Sitemap | Privacy | Branding | Web Services | Support | Contact Us