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