This control supports the concept of being 'clicked' by a user. As such it adds the FC_EVENT_CLICK event to it's instances.
Definition at line 945 of file controls.php.
Public Member Functions | |
ClickedInput ($type, $value, $control_name=null) | |
The ClickedInput constructor. | |
clicked () | |
Check whether this control has been clicked. | |
_processPOSTED ($post) | |
Process a HTTPD POSTed value. |
|
The ClickedInput constructor.
Definition at line 952 of file controls.php. References FC_EVENT_CLICK. |
|
Process a HTTPD POSTed value. The POSTed value is processed and set as the value of the current control.
Reimplemented from ControlElement. Definition at line 975 of file controls.php. References FC_EVENT_CLICK. |
|
Check whether this control has been clicked. Checks whether the FC_EVENT_CLICK event is flagged as having occurred.
Definition at line 966 of file controls.php. References FC_EVENT_CLICK. |