ButtonCore Class
Creates a button
Constructor
Item Index
Methods
Properties
- ATTRS static
- CLASS_NAMES static
- CLASS_NAMES static
- CLASS_NAMES static
- NAME static
Methods
_getLabel
()
private
Getter for a button's 'label' ATTR
disable
()
public
Sets the button's disabled
DOM attribute to true
enable
()
public
Sets the button's disabled
DOM attribute to false
getNode
()
public
Gets the host node for this button instance
renderUI
(
private
-
config
Renders any UI/DOM elements for Button instances
Parameters:
-
config
ObjectConfig object.
Properties
CLASS_NAMES
Object
public
static
Array of static constants used to identify the classnames applied to DOM nodes