Example #1
0
 public function __construct($field_name = null, $field_label = null)
 {
     parent::__construct($field_name, $field_label);
     $this->setEditable(false);
     $this->setTriggerAction('all');
     $this->setEmptyMessage(trlKwfStatic('Please select a value'));
 }
 public function __construct($dependetModelRule, $relationToValuesRule, $field_label = null)
 {
     parent::__construct($dependetModelRule, $field_label);
     $this->setRelModel($dependetModelRule);
     $this->setRelationToValuesRule($relationToValuesRule);
     $this->setXtype('superboxselect');
 }
 public function __construct($field_name = null, $field_label = null)
 {
     parent::__construct($field_name, $field_label);
     $this->setValueField(false);
     $this->setTriggerAction('all');
     $this->setCtCls('comboboxtext');
 }