]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Combobox.class.php
Finished refactoring of the FormElement class.
[timetracker.git] / WEB-INF / lib / form / Combobox.class.php
index 314f4b74ec5d9b7d00a0559e9590f0826f8c4b36..ce6673963aa4a7af1fea25c9dfa41f2f735b0180 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;