示例#1
0
 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
 }