X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/4bfd0a6f4a7a79c4bfeaeab17b9b898b10a3d6d2..526ed56a0144e0602140dd7c65fe237f42a49e44:/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..945fcfba 100644 --- a/WEB-INF/lib/form/FormElement.class.php +++ b/WEB-INF/lib/form/FormElement.class.php @@ -38,8 +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 = ""; var $mRenderable = true;