]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/FormElement.class.php
Refactoring. Moved a member out of base class.
[timetracker.git] / WEB-INF / lib / form / FormElement.class.php
index f2d0c9207e80168982387724409d85b704ce2429..a752aa5bb2d4b65055c773471b81fc7614c49bb9 100644 (file)
@@ -38,7 +38,6 @@ class FormElement {
   var $on_click = '';   // What happens when the control is clicked.
 
   // TODO: refactoring ongoing down from here.
-       var $mOnKeyPress        = ""; // This is only used in TextArea, consider moving out of the base class.
        var $mOnFocus           = "";
        var $mLabel         = "";
        var $mStyle         = "";