5 class Memo extends \Rsi\Fred\Controller\View\Html\Widget{
10 $attribs = parent::attribs();
11 if($max = $this->_widget->max) $attribs[
'maxlength'] = $max;
16 if(!$raw) $value = $this->_widget->format($value);
17 return $this->html->textarea(
18 $value ? htmlspecialchars($value) :
null,
19 array_merge($this->
attribs(),$attribs ?: []),