|
Open Monograph Press
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-radio-input' | |
| $options = [] | |
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 16 of file FieldRadioInput.inc.php.
| PKP\components\forms\FieldRadioInput::getConfig | ( | ) |
Get a configuration object representing this field to be passed to the UI Library
Reimplemented from PKP\components\forms\Field.
Definition at line 29 of file FieldRadioInput.inc.php.
References PKP\components\forms\FieldRadioInput\$options.
| PKP\components\forms\FieldRadioInput::$component = 'field-radio-input' |
Which UI Library component this field represents
Definition at line 18 of file FieldRadioInput.inc.php.
| array FieldRadioInput::$options = [] |
The options which can be selected
Definition at line 24 of file FieldRadioInput.inc.php.
Referenced by PKP\components\forms\FieldRadioInput\getConfig().