Flex 2 Pagination (1 of 3)
The Flex 2 / Actionscript 3 Pagination example is intended to step through a large amount of data and give the user the ability to view it in manageable chunks instead of all at one time.
This first display example of three which I will be releasing iterates through a Collection and calculates amount of data you would like to show based on your initial input. It will create a group of buttons based upon paginated values. Each button will be given two values which will then be used to filter on collection and grab corresponding data.
In the next pagination example I will be using a display which utilizes the next and previous buttons as shown in Google image below:

Comments Questions, concerns are welcome.
Enjoy,
-Augie
example | source code | download | asdoc
Posted: May 10th, 2007 under Source Code, Flex 2.0, ActionScript 3.0.
Comments: 2
|

