Constructor
Parameters:
- Source:
Extends
Members
supported input field types
Type:
- Source:
Methods
(static) getType(elem) → (nullable) {string}
Parameters:
Name |
Type |
Description |
elem |
HTMLElement
|
|
- Source:
Returns:
-
Type
-
string
(static) getValue(elem) → (nullable) {string}
Parameters:
Name |
Type |
Description |
elem |
HTMLElement
|
|
- Source:
Returns:
-
Type
-
string
(static) setValue(elem, value) → {boolean}
Parameters:
Name |
Type |
Description |
elem |
HTMLElement
|
|
value |
string
|
|
- Source:
Returns:
-
Type
-
boolean
Type Definitions
Params
Type:
- Source:
Types
Type:
Properties:
Name |
Type |
Description |
input |
'input'
|
|
textarea |
'textarea'
|
|
contentEditable |
'contentEditable'
|
|
- Source: