Beispiel #1
0
 function visitTextArea(\cmu\html\form\products\TextArea $component)
 {
     $html = "<span ";
     $html .= $component->getHtmlClass();
     $html .= ">";
     $html .= $component->getTextareatext();
     $html .= "</span>";
     return $html;
 }