Skip to content

Instantly share code, notes, and snippets.

@rainhead
Forked from chrisgeo/gist:554516
Created August 28, 2010 01:28
Show Gist options
  • Save rainhead/554517 to your computer and use it in GitHub Desktop.
Save rainhead/554517 to your computer and use it in GitHub Desktop.
YUI.add('paginator', function(Y) {
Y.Test = Y.Base.create('test', Y.Widget, [Y.WidgetParent, Y.WidgetChild], {
initializer: function (config) { ... }
}, {
CONTENT_TEMPLATE: '<ul></ul>',
ATTRS: { ... }
});
}, '0.1', {requires: ['widget', 'selector-css3', 'widget-parent', 'widget-child'] });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment