|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($request, $actionArgs, $actionLabel, $modalTitle=null) | |
Public Member Functions inherited from LinkAction | |
| __construct ($id, $actionRequest, $title=null, $image=null, $toolTip=null) | |
| getActionRequest () | |
| getHoverTitle () | |
| getId () | |
| getImage () | |
| getTitle () | |
| getToolTip () | |
| setTitle ($title) | |
Additional Inherited Members | |
Data Fields inherited from LinkAction | |
| $_actionRequest | |
| $_id | |
| $_image | |
| $_title | |
| $_toolTip | |
An abstract base action for actions to open up a modal that allows users to select files from a file list grid.
Definition at line 18 of file SelectFilesLinkAction.inc.php.
| SelectFilesLinkAction::__construct | ( | $request, | |
| $actionArgs, | |||
| $actionLabel, | |||
$modalTitle = null |
|||
| ) |
Constructor
| $request | Request |
| $actionArgs | array The parameters required by the link action target to identify a list of files. |
| $actionLabel | string The localized label of the link action. |
| $modalTitle | string the (optional) title to be used for the modal. |
Reimplemented in SelectReviewFilesLinkAction.
Definition at line 28 of file SelectFilesLinkAction.inc.php.