我经常使用positibility编写这样的用户定义的rendertype:
TCA 'type'=> '文本', 'renderType'=> '会将myText',
我的班级
class MyTextElement extends TextElement
{
public function render()
{
// define the functionality for the render type
}
}
到目前为止,这么好,但是它会破坏RTE字段。在此之后,我无法将字段用作RTE ...
如何创建用户定义的渲染类型......?
关于n00n
答案 0 :(得分:0)
实际上没有解决方案,来自typo3 8.x .....然后RTE字段也会得到rendertypes。