class TextAreaInput extends TextArea implements IValidationInput , IAutocompleteInput

Class TextAreaInput

Traits

Trait StandardValidationTrait.

Properties

bool|null $autocomplete

Methods

Html
showValidation( Html $control)

Modify control in such a way that it explicitly shows its validation state.

__construct($label = NULL)

No description

bool|null
getAutocomplete($bool)

Gets the state of autocomplete: true=on,false=off,null=omit attribute

setAutocomplete(bool|null $bool)

Turns autocomplete on or off.

getControl()

No description

Details

Html showValidation( Html $control)

Modify control in such a way that it explicitly shows its validation state.

Returns the modified element.

Parameters

Html $control

Return Value

Html

at line 33
__construct($label = NULL)

Parameters

$label

at line 44
bool|null getAutocomplete($bool)

Gets the state of autocomplete: true=on,false=off,null=omit attribute

Parameters

$bool

Return Value

bool|null

at line 54
IAutocompleteInput setAutocomplete(bool|null $bool)

Turns autocomplete on or off.

Parameters

bool|null $bool null to omit attribute (default)

Return Value

IAutocompleteInput

at line 67
getControl()