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