|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($id, $title, $args=[]) | |
| getConfig () | |
Public Member Functions inherited from PKP\components\listPanels\ListPanel | |
| set ($args) | |
Data Fields | |
| $apiUrl = '' | |
| $count = 30 | |
| $form = null | |
| $getParams = [] | |
| $itemsMax = [] | |
Data Fields inherited from PKP\components\listPanels\ListPanel | |
| $description = '' | |
| $emptyLabel = '' | |
| $expanded = [] | |
| $headingLevel = 'h2' | |
| $id = '' | |
| $isSidebarVisible = false | |
| $items = [] | |
| $title = '' | |
Definition at line 16 of file PKPAnnouncementsListPanel.inc.php.
| PKP\components\listPanels\PKPAnnouncementsListPanel::__construct | ( | $id, | |
| $title, | |||
$args = [] |
|||
| ) |
Initialize the form with config parameters
| $id | string |
| $title | string |
| $args | array Configuration params |
Reimplemented from PKP\components\listPanels\ListPanel.
Definition at line 52 of file PKPAnnouncementsListPanel.inc.php.
References PKP\components\listPanels\ListPanel\$id, and PKP\components\listPanels\ListPanel\$title.
| PKP\components\listPanels\PKPAnnouncementsListPanel::getConfig | ( | ) |
Convert the object into an assoc array ready to be json_encoded and passed to the UI component
Reimplemented from PKP\components\listPanels\ListPanel.
Definition at line 59 of file PKPAnnouncementsListPanel.inc.php.
References PKPApplication\get(), and AppLocale\requireComponents().
| string PKPAnnouncementsListPanel::$apiUrl = '' |
URL to the API endpoint where items can be retrieved
Definition at line 22 of file PKPAnnouncementsListPanel.inc.php.
| int PKPAnnouncementsListPanel::$count = 30 |
How many items to display on one page in this list
Definition at line 28 of file PKPAnnouncementsListPanel.inc.php.
| PKP\components\listPanels\PKPAnnouncementsListPanel::$form = null |
Definition at line 31 of file PKPAnnouncementsListPanel.inc.php.
| array PKPAnnouncementsListPanel::$getParams = [] |
Query parameters to pass if this list executes GET requests
Definition at line 37 of file PKPAnnouncementsListPanel.inc.php.
| int PKPAnnouncementsListPanel::$itemsMax = [] |
Max number of items available to display in this list panel
Definition at line 43 of file PKPAnnouncementsListPanel.inc.php.