YUI Library Home

YUI Library Examples: Carousel Control: Pagination template example

Carousel Control: Pagination template example

This example uses the YUI Carousel Control to showcase how to customize and display pagination information.

Using the Carousel Widget To Display Customized Pagination Information

Here we will use the YUI Carousel Control's private pagination configuration setting to display customized pagination information.

This example has the following dependencies:

This example uses progressive enhancement; the Carousel is built from an existing ordered list.

Make sure all carousel items have a width and height.

After Carousel instantiation, we use the public registerPagination method to register a text and/or HTML template containing any one of the following Carousel tokens: numVisible, numPages, numItems, selectedItem, currentPage, firstVisible, and/or lastVisible. Carousel's public updatePagination is then called automatically and substitutes each token with its respective data. The method continues to be called every time Carousel's state changes.

Configuration for This Example

You can load the necessary JavaScript and CSS for this example from Yahoo's servers. Click here to load the YUI Dependency Configurator with all of this example's dependencies preconfigured.

Copyright © 2009 Yahoo! Inc. All rights reserved.

Privacy Policy - Terms of Service - Copyright Policy - Job Openings