TextInput
class TextInput extends TextBase
Single line text input control.
Methods
__construct(string|Stringable|null $label = null, int|null $maxLength = null)
No description
void
loadHttpData()
No description
setHtmlType(string $type)
Changes control's type attribute.
Html
getControl()
No description
Details
at line 21
__construct(string|Stringable|null $label = null, int|null $maxLength = null)
No description
at line 29
void
loadHttpData()
No description
at line 38
TextInput
setHtmlType(string $type)
Changes control's type attribute.
at line 45
TextInput
setType(string $type)
No description
at line 53
Html
getControl()
No description
at line 63
TextBase
addRule(callable|string $validator, string|Stringable|null $errorMessage = null, mixed $arg = null)
No description