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 Flux表单中的富文本编辑器_Typo3_Typo3 6.2.x_Flux - Fatal编程技术网

Typo3 Flux表单中的富文本编辑器

Typo3 Flux表单中的富文本编辑器,typo3,typo3-6.2.x,flux,Typo3,Typo3 6.2.x,Flux,我正在使用flux,我想使用flux以后端形式显示rte(富文本编辑器) <f:section name="Configuration"> //...Here i want to display rte element </f:section> //…这里我想显示rte元素 对于通量形式,您可以使用以下代码 <f:section name="Configuration"> <flux:field.text name="Text"

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

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

//…这里我想显示rte元素

对于通量形式,您可以使用以下代码

<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">

{Text}
请从
工具>>用户设置>>编辑和高级功能中启用富文本编辑器。

要获得更多帮助,您可以

更简单的解决方案:
-无需
默认附加功能。