button-plugin.js revision d0f9ee99aee2d631a24062cd95d30c1d6955fc0f
/**
*
* @class ButtonPlugin
* @param config {Object} Configuration object
* @constructor
*/
function ButtonPlugin(config) {
}
/**
* @method _afterNodeGet
* @param name {string}
* @private
*/
_afterNodeGet: function (name) {
if (fn) {
}
},
/**
* @method _afterNodeSet
* @param name {String}
* @param val {String}
* @private
*/
if (fn) {
}
},
/**
* @method _initNode
* @param config {Object}
* @private
*/
},
/**
* @method _afterNodeGet
* @private
*/
destroy: function(){
// TODO: Anything?
}
}, {
/**
* Attribute configuration.
*
* @property ATTRS
* @type {Object}
* @private
* @static
*/
/**
* Name of this component.
*
* @property NAME
* @type String
* @static
*/
NAME: 'buttonPlugin',
/**
* Namespace of this component.
*
* @property NS
* @type String
* @static
*/
NS: 'button'
});
/**
* @method createNode
* @param node {Object}
* @param config {Object}
* @public
*/
var template;
}
}
};