Module

Form

Renders a form and enables actions for that form

View Source src/components/Services/Form.vue, line 12

Methods

# fill(data)

Add the loaded data to json schema to load files

Parameters:
Name Type Description
data

parsed data

View Source src/components/Services/Form.vue, line 117

# loadForm(file)

Loads and parses data from saved file

Parameters:
Name Type Description
file

The file to load

View Source src/components/Services/Form.vue, line 143

# onSubmit(data)

on form submit

Parameters:
Name Type Description
data

the form data

View Source src/components/Services/Form.vue, line 265

# selected(index)

Executed when a formaction is pressed

Parameters:
Name Type Description
index

The index of the formaction

View Source src/components/Services/Form.vue, line 107

# sendData(data, additional)

Send data to ellaroot

Parameters:
Name Type Description
data

The data

additional

Additional data

View Source src/components/Services/Form.vue, line 170