]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Checkbox.class.php
Finished refactoring of the FormElement class.
[timetracker.git] / WEB-INF / lib / form / Checkbox.class.php
index 8c20288ae29c88e53198f6fe85549ad8016603ba..4c6a9fd77468a873750ab5c49177502ec17d121e 100644 (file)
@@ -45,7 +45,7 @@ class Checkbox extends FormElement {
        function setData($value)        { $this->mOptions = $value; }
        function getData() { return $this->mOptions; }
        
-       function toStringControl() {
+       function getHtml() {
 
            if ($this->id=="") $this->id = $this->name;