Class: Button

M_.Button()

Display a button

Constructor

new Button()

Properties:
Name Type Description
text type
cls type
handler type

Extends

Methods

create() → {type}

Overrides:
Returns:
Type
type

destroy()

Destroy the outlet
Inherited From:

findEl(selector) → {jQuery}

Search a class or selector in the container, like $.find()
Parameters:
Name Type Description
selector string
Inherited From:
Returns:
Type
jQuery

getEl() → {jquery}

Return jEl element. Generally the main object.
Inherited From:
Returns:
the main jQuery element
Type
jquery