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) argument
47 'id' => $htmlID,
59 * @param string $htmlID
63 public function multiValueEditor($name, $rawvalues, $htmlID) argument
80 'id' => $htmlID,
84 $htmlID = '';
H A DDropdown.php34 public function valueEditor($name, $rawvalue, $htmlID) argument
39 'id' => $htmlID
66 * @param string $htmlID
70 public function multiValueEditor($name, $rawvalues, $htmlID) argument
77 '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) argument
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) argument
303 'id' => $htmlID
H A DMedia.php96 * @param string $htmlID
100 public function valueEditor($name, $rawvalue, $htmlID) argument
105 $id = $htmlID ?: 'struct__' . md5($name . $count);
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/
DSection.php26 * @param string $htmlID
30 public function valueEditor($name, $rawvalue, $htmlID) argument
36 'id' => $htmlID,
/plugin/structgeohash/types/
DGeoHash.php51 public function valueEditor($name, $rawvalue, $htmlID) { argument
63 'id' => $htmlID,
69 'id' => $htmlID.'_map',
/plugin/structcombolookup/types/
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/
DJoin.php13 public function valueEditor($name, $rawvalue, $htmlID) argument