An abstract base action for actions to open up a modal that allows users to select files from a file list grid. More...
Public Member Functions | |
| SelectFilesLinkAction (&$request, $actionArgs, $actionLabel, $modalTitle=null) | |
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 17 of file SelectFilesLinkAction.inc.php.
| SelectFilesLinkAction.SelectFilesLinkAction | ( | &$ | 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. |
Definition at line 27 of file SelectFilesLinkAction.inc.php.
Referenced by SelectReviewFilesLinkAction.SelectReviewFilesLinkAction(), and SelectSubmissionFilesLinkAction.SelectSubmissionFilesLinkAction().
1.7.1