Home
last modified time | relevance | path

Searched refs:htmlID (Results 1 – 13 of 13) sorted by relevance

/plugin/struct/types/
H A DCheckbox.php27 * @param string $htmlID
31 public function valueEditor($name, $rawvalue, $htmlID)
47 'id' => $htmlID,
59 * @param string $htmlID
63 public function multiValueEditor($name, $rawvalues, $htmlID)
80 'id' => $htmlID,
84 $htmlID = '';
33 valueEditor($name, $rawvalue, $htmlID) global() argument
65 multiValueEditor($name, $rawvalues, $htmlID) global() argument
H A DDropdown.php33 public function valueEditor($name, $rawvalue, $htmlID) argument
38 'id' => $htmlID
61 * @param string $htmlID
65 public function multiValueEditor($name, $rawvalues, $htmlID) argument
72 'id' => $htmlID
H A DAbstractMultiBaseType.php19 * @param string $htmlID a unique id to be referenced by the label
23 public function multiValueEditor($name, $rawvalues, $htmlID) argument
29 $this->valueEditor($name, $value, $htmlID) .
H A DLongText.php54 * @param string $htmlID
58 public function valueEditor($name, $rawvalue, $htmlID) argument
64 'id' => $htmlID,
H A DDate.php42 * @param string $htmlID
46 public function valueEditor($name, $rawvalue, $htmlID) argument
57 'id' => $htmlID,
H A DAbstractBaseType.php260 * @param string $htmlID a unique id to be referenced by the label
263 public function multiValueEditor($name, $rawvalues, $htmlID)
274 $html .= $this->valueEditor($name . '[]', '', $htmlID);
286 * @param string $htmlID a unique id to be referenced by the label
290 public function valueEditor($name, $rawvalue, $htmlID)
303 'id' => $htmlID
262 multiValueEditor($name, $rawvalues, $htmlID) global() argument
289 valueEditor($name, $rawvalue, $htmlID) global() argument
H A DMedia.php96 * @param string $htmlID
100 public function valueEditor($name, $rawvalue, $htmlID)
105 $id = $htmlID ?: 'struct__' . md5($name . $count); argument
H A DDateTime.php40 * @param string $htmlID
44 public function valueEditor($name, $rawvalue, $htmlID) argument
55 'id' => $htmlID,
H A DColor.php64 public function valueEditor($name, $rawvalue, $htmlID) argument
76 'id' => $htmlID
/plugin/structsection/types/
H A DSection.php26 * @param string $htmlID
30 public function valueEditor($name, $rawvalue, $htmlID) argument
36 'id' => $htmlID,
/plugin/structgeohash/types/
H A DGeoHash.php51 public function valueEditor($name, $rawvalue, $htmlID) { argument
63 'id' => $htmlID,
69 'id' => $htmlID.'_map',
/plugin/structcombolookup/types/
H A DNarrowingLookup.php108 protected function parentValueEditor($name, $rawvalue, $htmlID) { argument
110 'data-child-id' => $htmlID,
137 public function valueEditor($name, $rawvalue, $htmlID) { argument
138 $html = $this->parentValueEditor($name, $rawvalue, $htmlID);
143 'id' => $htmlID
/plugin/structjoin/types/
H A DJoin.php13 public function valueEditor($name, $rawvalue, $htmlID) argument