Example #1
0
 function ReceiveValue($field, $formname = '')
 {
     CDCVirtual::ReceiveValue($field, $formname);
     $this->SpawnStorage();
     $this->storage->Accept($this->GetValue());
 }
Example #2
0
 function ReceiveValue($field, $formname = '')
 {
     $old_val = $this->GetValue();
     CDCVirtual::ReceiveValue($field, $formname);
     $this->SetValue(iframe_accept_content($formname . '_' . $field, $old_val));
 }