将字段值文本复制到页面上的$ Content字段中保存Silverstripe 3

时间:2018-07-31 10:01:41

标签: php silverstripe

我想将文本从另一个html5editorfield复制到页面发布的$ Content中。我所拥有的如下:

public function onBeforeWrite()
{
    $searchableContent = $this->ContentBeforeSections();      
    $this->setField('Content', $searchableContent);
    parent::onBeforeWrite();
} 

不确定如何尝试,我也有“ heyday / silverstripe-versioneddataobjects”插件。任何想法都是有帮助的

0 个答案:

没有答案