Definition at line 913 of file controls.php.
Public Member Functions | |
HiddenInput ($value=null) | |
| |
setDisabled ($disabled) | |
Override setDisabled() to do nothing. |
|
Definition at line 919 of file controls.php. |
|
Override setDisabled() to do nothing. Hidden inputs can't be disable so this method overrides the parent to do nothing if it is called.
Reimplemented from ControlElement. Definition at line 935 of file controls.php. |