This page will walk you through the process of upgrading your existing 0.8 Pager implementation to the new 1.0 version. This tutorial assumes that - you are already familiar with HTML, Javascript and CSS
- you are familiar with what Pager is and does
- you have an existing implementation of Pager that worked with the 0.8 Infusion release.
- you are using the default classes
With the directory restructuring comes the need to update your paths to our files. If you use... | The new path is... |
---|
../../fluid-components/js/fluid/Pager.js | ../../components/pager/js/Pager.js | ../../fluid-components/css/fluid.components.pagers.css | ../../components/pager/css/Pager.css |
|