Home
last modified time | relevance | path

Searched refs:valueEditor (Results 1 – 14 of 14) sorted by last modified time

/plugin/struct/meta/
H A DValue.php210 return $this->column->getType()->valueEditor($name, $this->rawvalue, $id);
/plugin/struct/types/
H A DAbstractBaseType.php268 $html .= $this->valueEditor($name . '[]', $value, '');
274 $html .= $this->valueEditor($name . '[]', '', $htmlID);
290 public function valueEditor($name, $rawvalue, $htmlID)
466 * The default implementations of renderValue() and valueEditor() will call this
289 public function valueEditor($name, $rawvalue, $htmlID) global() function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
H A DAbstractMultiBaseType.php29 $this->valueEditor($name, $value, $htmlID) .
H A DCheckbox.php31 public function valueEditor($name, $rawvalue, $htmlID)
33 public function valueEditor($name, $rawvalue, $htmlID) global() function in dokuwiki\\plugin\\struct\\types\\Checkbox
H A DColor.php64 public function valueEditor($name, $rawvalue, $htmlID) function in dokuwiki\\plugin\\struct\\types\\Color
H A DDate.php46 public function valueEditor($name, $rawvalue, $htmlID) function in dokuwiki\\plugin\\struct\\types\\Date
H A DDateTime.php44 public function valueEditor($name, $rawvalue, $htmlID) function in dokuwiki\\plugin\\struct\\types\\DateTime
H A DDropdown.php33 public function valueEditor($name, $rawvalue, $htmlID) function in dokuwiki\\plugin\\struct\\types\\Dropdown
H A DLongText.php58 public function valueEditor($name, $rawvalue, $htmlID) function in dokuwiki\\plugin\\struct\\types\\LongText
H A DMedia.php100 public function valueEditor($name, $rawvalue, $htmlID)
105 public function valueEditor($name, $rawvalue, $htmlID) global() function in dokuwiki\\plugin\\struct\\types\\Media
/plugin/structsection/types/
H A DSection.php30 public function valueEditor($name, $rawvalue, $htmlID) function in dokuwiki\\plugin\\structsection\\types\\Section
/plugin/structgeohash/types/
H A DGeoHash.php40 $R->doc .= $this->valueEditor('dummy', $value, 0);
51 public function valueEditor($name, $rawvalue, $htmlID) { function in dokuwiki\\plugin\\structgeohash\\types\\GeoHash
/plugin/structcombolookup/types/
H A DNarrowingLookup.php137 public function valueEditor($name, $rawvalue, $htmlID) { function in dokuwiki\\plugin\\structcombolookup\\types\\NarrowingLookup
/plugin/structjoin/types/
H A DJoin.php13 public function valueEditor($name, $rawvalue, $htmlID) function in dokuwiki\\plugin\\structjoin\\types\\Join