Constructor
new TextAreaInput(textArea, inputNameopt, titleTextopt)
Parameters:
| Name | Type | Attributes | Default | Description | 
|---|---|---|---|---|
| textArea | TextArea | TextArea to attach to | ||
| inputName | string | <optional> | "Write" | optional InputText name, displayed TextBlock before the InputText, defaults to "Write" | 
| titleText | null | <optional> | null | optional text to display on label above the area | 
- Source:
Classes
Members
autoWrite
    Write the entered text to the area, default true, otherwise just notify listeners
- Source:
inputPrefix
    Input prefix used as argument to write(), default null
- Source:
showNoMatch
    Print speech mismatch on TextArea, default true
- Source:
speechRecognition
    Allow speech recognition, default true
- Source:
textArea :TextArea
Type:
- Source:
Methods
init()
    Initialize and attach to the TextArea
- Source:
noMatch()
    Overridden to display speech mismatch in TextArea
- Source:
write(what, prefix, true)
    Write something to this text area.
    Parameters:
| Name | Type | Description | 
|---|---|---|
| what | to write | |
| prefix | enclosed in square brackets | |
| true | clear text input, default true | 
- Source: