Show / Hide Table of Contents

Class FormElement

Parent class for any element that responds to the basic FeedbackForm events.

Inheritance
Object
FormElement
CategoryDropdown
PriorityDropdown
ReportTitle
FormField
Namespace: AeLa.EasyFeedback
Assembly: cs.temp.dll.dll
Syntax
public abstract class FormElement : MonoBehaviour

Fields

Form

The feedback form this component is a part of

Declaration
protected FeedbackForm Form
Field Value
Type Description
FeedbackForm

Methods

Awake()

Declaration
public virtual void Awake()

FormClosed()

Called when the form is closed, whether or not it was submitted

Declaration
protected abstract void FormClosed()

FormOpened()

Called when the form is first opened, right before it is shown on screen

Declaration
protected abstract void FormOpened()

FormSubmitted()

Called right before the report is sent to Trello

Declaration
protected abstract void FormSubmitted()
Remarks

Add user-provided data to your report here

Back to top Generated by DocFX