]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/FormElement.class.php
Removed unused stuff.
[timetracker.git] / WEB-INF / lib / form / FormElement.class.php
index 3cab655a5e64c8f2e38aa857a31ffab537ef9621..6bdca866cafb12ae0c406a649e0d120f2d33bc27 100644 (file)
@@ -35,8 +35,6 @@ class FormElement {
   var $size = '';
   var $max_length = '';
   // TODO: refactoring ongoing down from here.
-       var $mTabindex          = "";
-       var $mAccesskey     = "";
        var $mOnSelect          = "";
        var $mOnChange          = "";
        var $mOnClick           = "";
@@ -77,12 +75,6 @@ class FormElement {
        
        function setMaxLength($value) { $this->max_length = $value; }
        function getMaxLength() { return $this->max_length; }
-       
-       function setTabindex($value) { $this->mTabindex = $value; }
-       function getTabindex() { return $this->mTabindex; }
-       
-       function setAccesskey($value) { $this->mAccesskey = $value; }
-       function getAccesskey() { return $this->mAccesskey; }
 
        function setStyle($value)       { $this->mStyle = $value; }
        function getStyle() { return $this->mStyle; }