Searched defs:ButtonPlugin (Results 1 - 1 of 1) sorted by relevance

/yui3/src/button/js/
H A Dplugin.js9 * @class ButtonPlugin
13 function ButtonPlugin(config) { function
14 ButtonPlugin.superclass.constructor.apply(this, arguments);
17 Y.extend(ButtonPlugin, Y.ButtonCore, {
110 ButtonPlugin.createNode = function(node, config) {
127 Y.namespace('Plugin').Button = ButtonPlugin;

Completed in 819 milliseconds