Beispiel #1
0
 protected function _html()
 {
     return HTML::makeTextarea($this->input_name, $this->value)->addClass($this->getCSSClass(__CLASS__))->rows(10)->cols(40);
 }