TextField
in package
implements
Control
Text field control
Interfaces, Classes and Traits
- Control
- Base interface for all controls
Table of Contents
- $text : string
- Text content
- __construct() : mixed
- Constructor
- fillAllRow() : bool
- Does control fills all row
- html() : string
- Generating input feld
Properties
$text
Text content
protected
string
$text
= ''
Methods
__construct()
Constructor
public
__construct(array<string|int, mixed> $fieldDescription) : mixed
Parameters
- $fieldDescription : array<string|int, mixed>
-
Field description
Return values
mixed —fillAllRow()
Does control fills all row
public
fillAllRow() : bool
Return values
bool —html()
Generating input feld
public
html() : string
Return values
string —HTML representation of the input field