/plugin/struct/types/ |
H A D | Checkbox.php | 27 * @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 D | Dropdown.php | 33 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 D | AbstractMultiBaseType.php | 19 * @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 D | LongText.php | 54 * @param string $htmlID 58 public function valueEditor($name, $rawvalue, $htmlID) argument 64 'id' => $htmlID,
|
H A D | Date.php | 42 * @param string $htmlID 46 public function valueEditor($name, $rawvalue, $htmlID) argument 57 'id' => $htmlID,
|
H A D | AbstractBaseType.php | 260 * @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 D | Media.php | 96 * @param string $htmlID 100 public function valueEditor($name, $rawvalue, $htmlID) 105 $id = $htmlID ?: 'struct__' . md5($name . $count); argument
|
H A D | DateTime.php | 40 * @param string $htmlID 44 public function valueEditor($name, $rawvalue, $htmlID) argument 55 'id' => $htmlID,
|
H A D | Color.php | 64 public function valueEditor($name, $rawvalue, $htmlID) argument 76 'id' => $htmlID
|
/plugin/structsection/types/ |
H A D | Section.php | 26 * @param string $htmlID 30 public function valueEditor($name, $rawvalue, $htmlID) argument 36 'id' => $htmlID,
|
/plugin/structgeohash/types/ |
H A D | GeoHash.php | 51 public function valueEditor($name, $rawvalue, $htmlID) { argument 63 'id' => $htmlID, 69 'id' => $htmlID.'_map',
|
/plugin/structcombolookup/types/ |
H A D | NarrowingLookup.php | 108 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 D | Join.php | 13 public function valueEditor($name, $rawvalue, $htmlID) argument
|