Renders a form and enables actions for that form
Methods
# fill(data)
Add the loaded data to json schema to load files
Parameters:
Name | Type | Description |
---|---|---|
data |
parsed data |
# loadForm(file)
Loads and parses data from saved file
Parameters:
Name | Type | Description |
---|---|---|
file |
The file to load |
# selected(index)
Executed when a formaction is pressed
Parameters:
Name | Type | Description |
---|---|---|
index |
The index of the formaction |
# sendData(data, additional)
Send data to ellaroot
Parameters:
Name | Type | Description |
---|---|---|
data |
The data |
|
additional |
Additional data |