Class: InputElement

InputElement

The generic input element, from which others are derived

new InputElement()

Source:

Methods

appendTo(parent)

Appends the derived object to a DOM node
Parameters:
Name Type Description
parent Object The DOM element to which this is added
Source:

disable()

Disables the object
Source:

enable()

Enables the object
Source:

onChange(listener)

Attaches an onchange handler to the object
Parameters:
Name Type Description
listener function The event listener to add
Source:

onClick(listener)

Attaches an onclick handler to the object
Parameters:
Name Type Description
listener function The event listener to add
Source: