Exemplo n.º 1
0
 public function __construct($field_name = null, $field_label = null)
 {
     parent::__construct($field_name, $field_label);
     $this->setXtype('radiogroup');
     $this->setOutputType('horizontal');
     $this->setEmptyMessage(trlKwfStatic('Please choose an option'));
 }
 public function __construct($field_name = null, $field_label = null)
 {
     parent::__construct($field_name, $field_label);
     $this->setEditable(true);
     $this->setForceSelection(true);
 }
 public function __construct($field_name = null, $field_label = null)
 {
     parent::__construct($field_name, $field_label);
     $this->setXtype('comboboxfilter');
     $this->setSave(false);
 }