public function getInnerHTML() { return f::text($this->getFormLabel(), $this->getFormName(), $this->toFormValue()); }
public function getAutoCompleteWidget($value = '') { // @TODO schöner wäre eine componente $input = f::text(NULL, 'identifier', $value)->addClass('autocomplete')->removeAttribute('id'); return $input; }