|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($targetSelector, $eventName, $options=array()) | |
| getJSLinkActionRequest () | |
| getLocalizedOptions () | |
Public Member Functions inherited from LinkActionRequest | |
| __construct () | |
Data Fields | |
| $eventName | |
| $options | |
| $targetSelector | |
This action triggers a Javascript event.
Definition at line 18 of file EventAction.inc.php.
| EventAction::__construct | ( | $targetSelector, | |
| $eventName, | |||
$options = array() |
|||
| ) |
Constructor
| $targetSelector | string Selector for target to receive event. |
| $eventName | string Name of Javascript event to trigger. |
Reimplemented in AddTabAction.
Definition at line 42 of file EventAction.inc.php.
References $eventName, $options, and $targetSelector.
| EventAction::getJSLinkActionRequest | ( | ) |
Reimplemented from LinkActionRequest.
Definition at line 56 of file EventAction.inc.php.
| EventAction::getLocalizedOptions | ( | ) |
Reimplemented from LinkActionRequest.
Definition at line 63 of file EventAction.inc.php.
| string EventAction::$eventName |
| array EventAction::$options |
| string EventAction::$targetSelector |
Target selector
Definition at line 23 of file EventAction.inc.php.
Referenced by AddTabAction\__construct(), and __construct().