Ejemplo n.º 1
0
 public function __construct($tag = '', rex_form $table = null, array $attributes = [])
 {
     parent::__construct('', $table, $attributes);
     // Jede checkbox bekommt eingenes Label
     $this->setLabel('');
 }
Ejemplo n.º 2
0
 public function __construct($tag = '', rex_form $table = null, array $attributes = [])
 {
     parent::__construct('', $table, $attributes);
     // Jedes radio bekommt eingenes Label
 }