Skip to content

Instantly share code, notes, and snippets.

@stlsmiths
Created August 30, 2012 03:17
Show Gist options
  • Save stlsmiths/3521988 to your computer and use it in GitHub Desktop.
Save stlsmiths/3521988 to your computer and use it in GitHub Desktop.
YUI({
// use PaginatorView and DataTable-Paginator from the YUI Gallery
gallery: 'gallery-2012.08.29-20-10'
}).use( 'datatable-sort', ..... blah, blah, blah, blah ...
'model-sync-rest',
'gallery-datatable-paginator', 'gallery-paginator-view',
function(Y) {
// do all your YUI stuff in here !!!
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment