X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/4bfd0a6f4a7a79c4bfeaeab17b9b898b10a3d6d2..f73f9902e51376cd8fb327cb49343d3a585f5255:/WEB-INF/lib/form/FormElement.class.php diff --git a/WEB-INF/lib/form/FormElement.class.php b/WEB-INF/lib/form/FormElement.class.php index f2d0c920..a752aa5b 100644 --- a/WEB-INF/lib/form/FormElement.class.php +++ b/WEB-INF/lib/form/FormElement.class.php @@ -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 = "";