Class TextAreaControl extends BaseControl

This class is a generic control with a header text and a text area

Source : file controls/textAreaControl/TextAreaControl.js at line 35

Constructor

new TextAreaControl ( options, eventListeners )

The constructor

Source : file controls/textAreaControl/TextAreaControl.js at line 50

Parameters

Name Type Description
options Object

An object with the options ( placeholder, rows, datasetName, headerText )

eventListeners Object

A reference to the eventListeners object of the dialog

Public getters and setters

get value : String

The icon value in the control

Source : file controls/textAreaControl/TextAreaControl.js at line 108

set value

Source : file controls/textAreaControl/TextAreaControl.js at line 110

Public methods

destructor ( eventListeners )

Remove event listeners

Source : file controls/textAreaControl/TextAreaControl.js at line 94

Parameters

Name Type Description
eventListeners NoteDialogEventListeners

A reference to the eventListeners object of the dialog

Private properties

#textArea : HTMLElement

The text area

Source : file controls/textAreaControl/TextAreaControl.js at line 42