Exemplo n.º 1
0
 public function getValue()
 {
     if (!$this->value && strtoupper($this->getFormObj()->formType) != 'NEW') {
         $rec = $this->getFormObj()->getActiveRecord();
         $this->value = $rec[$this->fieldName];
     }
     return parent::getValue();
 }