core.js revision 787aaacd9cf857e016e3bf7b0ddfff8634cdbe7d
943N/A* Provides an interface for working with button-like DOM nodes 258N/A* @param config {Object} Configuration object 258N/A * @description Internal init() handler. 258N/A * @param config {Object} Config object. 258N/A * @param config {Object} Config object. 258N/A * @method _initAttributes 258N/A * @param config {Object} Config object. 258N/A * @description Renders any UI/DOM elements for Button instances 258N/A // Set some default node attributes this.
set(
'disabled',
false);
this.
set(
'disabled',
true);
* @description Gets the host node * @description Getter for a button's 'label' ATTR * @description Setter for a button's 'label' ATTR * @description Setter for the 'disabled' ATTR * Attribute configuration. * Name of this component. * Array of static constants used to identify the classnames applied to the Button DOM objects