|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| getConfig () | |
Public Member Functions inherited from PKP\components\forms\Field | |
| __construct ($name, $args=array()) | |
| getEmptyValue () | |
| validate () | |
Data Fields | |
| $component = 'field-archiving-pn' | |
| $disablePluginSuccess = '' | |
| $disablePluginUrl = '' | |
| $enablePluginSuccess = '' | |
| $enablePluginUrl = '' | |
| $settingsUrl = '' | |
| $terms = '' | |
Data Fields inherited from PKP\components\forms\FieldOptions | |
| $component = 'field-options' | |
| $isOrderable = false | |
| $options = [] | |
| $type = 'checkbox' | |
Data Fields inherited from PKP\components\forms\Field | |
| $component | |
| $default | |
| $description | |
| $groupId | |
| $helpSection | |
| $helpTopic | |
| $isMultilingual = false | |
| $isRequired = false | |
| $label = '' | |
| $name | |
| $showWhen | |
| $tooltip | |
| $value | |
Definition at line 20 of file FieldArchivingPn.inc.php.
| APP\components\forms\FieldArchivingPn::getConfig | ( | ) |
Reimplemented from PKP\components\forms\FieldOptions.
Definition at line 63 of file FieldArchivingPn.inc.php.
References APP\components\forms\FieldArchivingPn\$disablePluginSuccess, APP\components\forms\FieldArchivingPn\$disablePluginUrl, APP\components\forms\FieldArchivingPn\$enablePluginSuccess, APP\components\forms\FieldArchivingPn\$enablePluginUrl, APP\components\forms\FieldArchivingPn\$settingsUrl, and APP\components\forms\FieldArchivingPn\$terms.
| APP\components\forms\FieldArchivingPn::$component = 'field-archiving-pn' |
Definition at line 22 of file FieldArchivingPn.inc.php.
| string FieldArchivingPn::$disablePluginSuccess = '' |
The message to show when the plugin is disabled.
Definition at line 34 of file FieldArchivingPn.inc.php.
Referenced by APP\components\forms\FieldArchivingPn\getConfig().
| string FieldArchivingPn::$disablePluginUrl = '' |
The URL to disable the PLN plugin.
Definition at line 52 of file FieldArchivingPn.inc.php.
Referenced by APP\components\forms\FieldArchivingPn\getConfig().
| string FieldArchivingPn::$enablePluginSuccess = '' |
The message to show when the plugin was enabled..
Definition at line 40 of file FieldArchivingPn.inc.php.
Referenced by APP\components\forms\FieldArchivingPn\getConfig().
| string FieldArchivingPn::$enablePluginUrl = '' |
The URL to enable the PLN plugin.
Definition at line 46 of file FieldArchivingPn.inc.php.
Referenced by APP\components\forms\FieldArchivingPn\getConfig().
| string FieldArchivingPn::$settingsUrl = '' |
The URL to load the PN plugin settings.
Definition at line 58 of file FieldArchivingPn.inc.php.
Referenced by APP\components\forms\FieldArchivingPn\getConfig().
| string FieldArchivingPn::$terms = '' |
The message to show in a modal when the link is clicked.
Definition at line 28 of file FieldArchivingPn.inc.php.
Referenced by APP\components\forms\FieldArchivingPn\getConfig().