class TextInput extends TextBase

Single line text input control.

Methods

__construct($label = NULL, $maxLength = NULL)

No description

void
loadHttpData()

Loads HTTP data.

setType($type)

Changes control's type attribute.

Html|string
getControl()

Generates control's HTML element.

Details

at line 26
__construct($label = NULL, $maxLength = NULL)

No description

Parameters

$label
$maxLength

at line 38
void loadHttpData()

Loads HTTP data.

Return Value

void

at line 49
TextInput setType($type)

Changes control's type attribute.

Parameters

$type

Return Value

TextInput

at line 60
Html|string getControl()

Generates control's HTML element.

Return Value

Html|string