class UploadInput extends UploadControl implements IValidationInput

Class UploadInput. Single or multi upload of files.

Properties

string $buttonCaption the text on the left part of the button, NOT label.

Methods

string
getButtonCaption()

No description

setButtonCaption(string $buttonCaption)

the text on the left part of the button

getControl()

No description

Html
showValidation( Html $control)

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

Details

at line 35
string getButtonCaption()

Return Value

string

See also

at line 46
UploadInput setButtonCaption(string $buttonCaption)

the text on the left part of the button

Parameters

string $buttonCaption

Return Value

UploadInput

See also

at line 56
getControl()

at line 79
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