alfred3.element.input#

Provides elements that allow participant input.

Classes

DateEntry

An element for date entry.

EmailEntry

An input field for email adresses.

HiddenInput

Provides a hidden entry field.

MatchEntry

Displays an input field, which only accepts inputs, matching a predefined regular expression.

MultipleChoice

Checkboxes for choosing multiple options.

MultipleChoiceBar

A variation of MultipleChoiceButtons, which is displayed as a toolbar of connected buttons.

MultipleChoiceButtons

A prettier MultipleChoice element with buttons instead of checkbox inputs.

MultiplePasswordEntry

Password field that accepts multiple different passwords.

NumberEntry

Displays an input field which only accepts numerical input.

PasswordEntry

Displays a password field.

RangeInput

Range input slider for numerical input.

RegEntry

Displays an input field, which only accepts inputs, matching a predefined regular expression.

SelectPageList

A SingleChoiceList, automatically filled with page names.

SingleChoice

Radio buttons for choosing a single option.

SingleChoiceBar

A variation of SingleChoiceButtons, which is displayed as a toolbar of connected buttons.

SingleChoiceButtons

A prettier SingleChoice element with buttons instead of radio inputs.

SingleChoiceList

A dropdown list, allowing selection of one option.

TextArea

A text area for long text input.

TextEntry

Provides a text entry field.

TimeEntry

An element for time entry.