new FileUpload(element, options)
- Source:
Parameters:
Name | Type | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
element | HTMLElement | DOM element for component instantiation and scope | |||||||||||||||||||||
options | Object | Properties
|
Classes
Methods
destroy()
- Description:
Destroy component.
- Source:
handleChange(e)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
e | Event |
init()
- Description:
Initialise component.
- Source:
(static) autoInit(root) → {FileUpload}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
root | HTMLElement | DOM element for component instantiation and scope |
Returns:
An instance of FileUpload.
- Type
- FileUpload