HiddenField
class HiddenField extends BaseControl
Hidden form control used to store a non-displayed value.
Methods
__construct($persistentValue = NULL)
No description
void
setValue($value)
Sets control's value.
Html|string
getControl()
Generates control's HTML element.
Html|string
getLabel($caption = NULL)
Bypasses label generation.
void
addError($message)
Adds error message to the list.
Details
at line 22
__construct($persistentValue = NULL)
No description
at line 40
void
setValue($value)
internal |
Sets control's value.
at line 56
Html|string
getControl()
Generates control's HTML element.
at line 72
Html|string
getLabel($caption = NULL)
Bypasses label generation.
at line 83
void
addError($message)
Adds error message to the list.