fluid.text_input

Members

Aliases

lineInput
alias lineInput = nodeBuilder!TextInput
Undocumented in source.
multilineInput
alias multilineInput = nodeBuilder!(TextInput, (a))
Undocumented in source.
textInput
alias textInput = nodeBuilder!TextInput
TextInput
class TextInput

Text input field.

Classes

Functions

multiline
auto multiline(bool value)

Constructor parameter, enables multiline input in TextInput.

wordBack
T wordBack(T text, bool excludeWhite)

wordFront and wordBack get the word at the beginning or end of given string, respectively.

wordFront
T wordFront(T text, bool excludeWhite)

wordFront and wordBack get the word at the beginning or end of given string, respectively.

Meta