Пример #1
0
 public function __construct($tag = '', rex_form $table = null, array $attributes = [])
 {
     parent::__construct('', $table, $attributes);
     // Jede checkbox bekommt eingenes Label
     $this->setLabel('');
 }
 function rex_form_radio_element($tag = '', &$table, $attributes = array())
 {
     parent::rex_form_options_element('', $table, $attributes);
     // Jedes radio bekommt eingenes Label
 }
Пример #3
0
 public function __construct($tag = '', rex_form $table = null, array $attributes = [])
 {
     parent::__construct('', $table, $attributes);
     // Jedes radio bekommt eingenes Label
 }