Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typo3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
TYPO3如何从Richtext渲染类型派生_Typo3_Typo3 7.6.x - Fatal编程技术网

TYPO3如何从Richtext渲染类型派生

TYPO3如何从Richtext渲染类型派生,typo3,typo3-7.6.x,Typo3,Typo3 7.6.x,我经常使用positibility编写用户定义的渲染类型,如下所示: TCA '类型'=>'文本', 'renderType'=>'myText' 我的班级 class MyTextElement extends TextElement { public function render() { // define the functionality for the render type } } 到目前为止,一切都很好,。。但它破坏了RTE领域。在此之后

我经常使用positibility编写用户定义的渲染类型,如下所示:

TCA '类型'=>'文本', 'renderType'=>'myText'

我的班级

class MyTextElement extends TextElement
{
    public function render()
    {
        // define the functionality for the render type
    }
}
到目前为止,一切都很好,。。但它破坏了RTE领域。在此之后,我无法将字段用作RTE

如何创建用户定义的渲染类型


关于n00n

实际上没有解决方案,是由typo3 8.x提供的。。。。。然后RTE字段也会获得渲染类型