예제 #1
0
파일: checkbox.php 프로젝트: staabm/redaxo
 public function __construct($tag = '', rex_form $table = null, array $attributes = [])
 {
     parent::__construct('', $table, $attributes);
     // Jede checkbox bekommt eingenes Label
     $this->setLabel('');
 }
예제 #2
0
파일: radio.php 프로젝트: staabm/redaxo
 public function __construct($tag = '', rex_form $table = null, array $attributes = [])
 {
     parent::__construct('', $table, $attributes);
     // Jedes radio bekommt eingenes Label
 }