This page will walk you through an example of adding the Infusion Pager to your application. This tutorial assumes that: - you are already familiar with HTML, Javascript and CSS
- you are familiar with what the Pager is and does
- now you just want to know how to add it to your file.
For more general information about the Pager, see Pager. For technical API documentation, see Pager API. Panel |
---|
borderColor | #566b30 |
---|
bgColor | #D3E3C4 |
---|
borderStyle | outset |
---|
| VERSION: This tutorial is based on v1.3.1 of Infusion. If you are still using v1.3, try the 1.3 tutorial. |
You're implementing a roster for a large school, and since there are thousands of students at this school, you want the list of students to be paged. This tutorial will show you how to use the Infusion Pager for this. There are four basic steps to adding the Pager to your application: - Setup: Download and install the Fluid Infusion library
- Step 1: Prepare your markup
- Step 2: Write the script, setting the options
- Step 3: Add the script and styles to your HTML
The rest of this tutorial will explain each of these steps in detail. |