Finished refactoring of the FormElement class.
[timetracker.git] / WEB-INF / lib / form / Combobox.class.php
index 314f4b7..ce66739 100644 (file)
@@ -65,7 +65,7 @@ class Combobox extends FormElement {
        function getDataKeys() { return $this->mDataKeys; }
        
        
-       function toStringControl() {
+       function getHtml() {
 
            if ($this->id=="") $this->id = $this->name;