TextInput
class TextInput extends TextBase
Single line text input control.
Methods
__construct($label = NULL, $maxLength = NULL)
No description
void
loadHttpData()
Loads HTTP data.
setHtmlType($type)
Changes control's type attribute.
Html|string
getControl()
Generates control's HTML element.
Details
at line 24
__construct($label = NULL, $maxLength = NULL)
No description
at line 36
void
loadHttpData()
Loads HTTP data.
at line 47
TextInput
setHtmlType($type)
Changes control's type attribute.
at line 58
TextInput
setType($type)
Alias for setHtmlType()
at line 69
Html|string
getControl()
Generates control's HTML element.