/plugin/struct/types/ |
H A D | Checkbox.php | 29 * @param string $htmlID 33 public function valueEditor($name, $rawvalue, $htmlID) argument 49 'id' => $htmlID, 61 * @param string $htmlID 65 public function multiValueEditor($name, $rawvalues, $htmlID) argument 82 'id' => $htmlID, 86 $htmlID = '';
|
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 | 259 * @param string $htmlID a unique id to be referenced by the label 262 public function multiValueEditor($name, $rawvalues, $htmlID) argument 273 $html .= $this->valueEditor($name . '[]', '', $htmlID); 285 * @param string $htmlID a unique id to be referenced by the label 289 public function valueEditor($name, $rawvalue, $htmlID) argument 302 'id' => $htmlID
|
H A D | Media.php | 101 * @param string $htmlID 105 public function valueEditor($name, $rawvalue, $htmlID) argument 110 $id = $htmlID ?: 'struct__' . md5($name . $count);
|
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
|