]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/CheckboxGroup.class.php
Some renaming.
[timetracker.git] / WEB-INF / lib / form / CheckboxGroup.class.php
index 21a9e35c436b2f2f41ea9dbf265e4123a2b72c7f..bbb7135b81c5414bad88325c30600ad0a0a1ac3d 100644 (file)
@@ -33,7 +33,7 @@ class CheckboxGroup extends FormElement {
     var $mOptions      = array();
     var $mLayout       = "V";
     var $mGroupIn      = 1;
-    var $cClassName    = "CheckboxGroup";
+    var $class = 'CheckboxGroup';
     var $mDataKeys     = array();
     var $mDataDeep     = 1;
     var $lSelAll       = "All";
@@ -66,9 +66,8 @@ class CheckboxGroup extends FormElement {
                $this->lSelNone = $i18n->getKey('label.select_none');
        }
                
-       function toStringControl()      {
-               if (!$this->isRenderable()) return "";
-           
+       function toStringControl() {
+
            if ($this->id=="") $this->id = $this->name;
            
            $renderArray = array();