TextInput
Table of Contents
Properties
-
$id
: string
-
$initialValue
: string|null
-
$label
: string
-
$maxLength
: int|null
-
$multiline
: bool
-
$optional
: bool
-
$placeholder
: string|null
Methods
-
__construct()
: mixed
$id
read-only
public
string
$id
$initialValue
read-only
public
string|null
$initialValue
= null
$label
read-only
public
string
$label
$maxLength
read-only
public
int|null
$maxLength
= null
$multiline
read-only
public
bool
$multiline
= false
$optional
read-only
public
bool
$optional
= false
$placeholder
read-only
public
string|null
$placeholder
= null
__construct()
public
__construct(string $id, string $label[, string|null $placeholder = null ][, string|null $initialValue = null ][, bool $multiline = false ][, bool $optional = false ][, int|null $maxLength = null ]) : mixed
Parameters
-
$id
: string
-
-
$label
: string
-
-
$placeholder
: string|null
= null
-
-
$initialValue
: string|null
= null
-
-
$multiline
: bool
= false
-
-
$optional
: bool
= false
-
-
$maxLength
: int|null
= null
-