]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/TextArea.class.php
Finished refactoring of the FormElement class.
[timetracker.git] / WEB-INF / lib / form / TextArea.class.php
index 9c779179842f59dabef18ca1a208a913457fc4d5..728f4629d86da66bdb7f6e6145695f41d7e6d96a 100644 (file)
@@ -47,7 +47,7 @@ class TextArea extends FormElement {
        function setRows($value)        { $this->mRows = $value;        }
        function getRows()      { return $this->mRows; }
        
-       function toStringControl() {
+       function getHtml() {
     
            if ($this->id=="") $this->id = $this->mName;