Searched refs:multiValueEditor (Results 1 – 5 of 5) sorted by relevance
| /plugin/struct/types/ | ||
| H A D | AbstractMultiBaseType.php | 23 public function multiValueEditor($name, $rawvalues, $htmlID) function in dokuwiki\\plugin\\struct\\types\\AbstractMultiBaseType |
| H A D | Checkbox.php | 63 public function multiValueEditor($name, $rawvalues, $htmlID) function in dokuwiki\\plugin\\struct\\types\\Checkbox |
| H A D | Dropdown.php | 70 public function multiValueEditor($name, $rawvalues, $htmlID) function in dokuwiki\\plugin\\struct\\types\\Dropdown |
| H A D | AbstractBaseType.php | 245 * @see multiValueEditor() will probably want to override this |
| /plugin/struct/meta/ | ||
| H A D | Value.php | 208 return $this->column->getType()->multiValueEditor($name, $this->rawvalue, $id); |