]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/TextArea.class.php
More usage of PasswordField element type.
[timetracker.git] / WEB-INF / lib / form / TextArea.class.php
index 9c779179842f59dabef18ca1a208a913457fc4d5..ea1009a85b1153b7615fe50efae84e85c599e421 100644 (file)
@@ -29,7 +29,6 @@
 import('form.FormElement');
        
 class TextArea extends FormElement {
-    var $mPassword     = false;
     var $mColumns      = "";
     var $mRows         = "";
     var $class = 'TextArea';
@@ -47,7 +46,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;