Created
August 30, 2012 03:17
-
-
Save stlsmiths/3521988 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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