]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/TextArea.class.php
Refactoring - removed unused stuff.
[timetracker.git] / WEB-INF / lib / form / TextArea.class.php
index 784803b224e9098c81d592fe1ecba937fd824eb4..4f176fb37a99024ce264d8c2824d45b6f4e0dcc0 100644 (file)
@@ -47,9 +47,8 @@ class TextArea extends FormElement {
        function setRows($value)        { $this->mRows = $value;        }
        function getRows()      { return $this->mRows; }
        
-       function toStringControl()      {
-               if (!$this->isRenderable()) return "";
-           
+       function toStringControl() {
+    
            if ($this->id=="") $this->id = $this->mName;
            
            $js_maxlen = "";