Flux Form中的富文本编辑器

时间:2015-08-11 11:42:17

标签: typo3 typo3-6.2.x flux

我正在使用flux,我想使用flux以后端形式显示rte(富文本编辑器)。

 <f:section name="Configuration"> 
    //...Here i want to display rte element
 </f:section>

1 个答案:

答案 0 :(得分:4)

使用Flux表格,您可以使用以下代码

isValid()

在表格中您可以使用以下

<f:section name="Configuration">
   <flux:field.text name="Text" label="Whatever" enableRichText="1" />
</f:section>

请从<f:section name="Main"> <f:format.html>{Text}</f:format.html> <f:section name="Main">

启用富文本编辑器

获取更多帮助您可以see here