]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/FormElement.class.php
Refactoring - removed unused tabindex.
[timetracker.git] / WEB-INF / lib / form / FormElement.class.php
index 3cab655a5e64c8f2e38aa857a31ffab537ef9621..f8b92d6fdec478bf47a2af98204773400d1b3bdb 100644 (file)
@@ -35,7 +35,6 @@ class FormElement {
   var $size = '';
   var $max_length = '';
   // TODO: refactoring ongoing down from here.
-       var $mTabindex          = "";
        var $mAccesskey     = "";
        var $mOnSelect          = "";
        var $mOnChange          = "";
@@ -78,9 +77,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; }