TextInput.this

Create a text input.

  1. this(BasicNodeParam!index sup, string placeholder, void delegate() @(trusted) submitted)
    class TextInput
    deprecated
    this
    (,
    string placeholder = ""
    ,
    void delegate
    ()
    @trusted
    submitted = null
    )
  2. this(NodeParams params, string placeholder, void delegate() @(trusted) submitted)

Parameters

sup BasicNodeParam!index

Node parameters.

placeholder string

Placeholder text for the field.

submitted void delegate
()
@trusted

Callback for when the field is submitted.

Meta