Class BTM.Form.Button.Branded
Branded Button class
Defined in: form.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
BTM.Form.Button.Branded(element)
|
| Field Attributes | Field Name and Description |
|---|---|
|
The actual button element
|
|
|
The disabled state of the Branded Button
|
|
|
The outer-most element of the Branded Button
|
| Method Attributes | Method Name and Description |
|---|---|
|
disable()
Disable the button
|
|
|
enable()
Enable the button
|
Class Detail
BTM.Form.Button.Branded(element)
- Parameters:
- {HTMLElement|String} element
- element ID or element reference to create a Branded Button from
Field Detail
button
The actual button element
disabled
The disabled state of the Branded Button
element
The outer-most element of the Branded Button
Method Detail
disable()
Disable the button
enable()
Enable the button