Searched refs:rawvalues (Results 1 – 4 of 4) sorted by relevance
| /plugin/struct/types/ |
| H A D | AbstractMultiBaseType.php | 23 public function multiValueEditor($name, $rawvalues, $htmlID) argument 25 $value = implode(', ', $rawvalues);
|
| H A D | Checkbox.php | 63 public function multiValueEditor($name, $rawvalues, $htmlID) argument 69 if (in_array($opt, $rawvalues)) {
|
| H A D | Dropdown.php | 70 public function multiValueEditor($name, $rawvalues, $htmlID) argument 82 if (in_array($raw, $rawvalues)) {
|
| H A D | AbstractBaseType.php | 259 * @param string[] $rawvalues the current values 263 public function multiValueEditor($name, $rawvalues, $htmlID) argument 266 foreach ($rawvalues as $value) {
|