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 RTE图像上载不可见_Typo3_Typoscript_Rich Text Editor_Rte_Typo3 Flow - Fatal编程技术网

使用时,TYPO3 RTE图像上载不可见

使用时,TYPO3 RTE图像上载不可见,typo3,typoscript,rich-text-editor,rte,typo3-flow,Typo3,Typoscript,Rich Text Editor,Rte,Typo3 Flow,我使用templavoila和TYPO3 4.5.29。我在FCE中创建了一个模板。并添加了映射文本区域。 我可以看到富文本编辑器,但我不能使用其中的一些功能。像图片上传/分页符。。等等 附加FCE表单和后端屏幕 <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <T3DataStructure> <meta type="array"> <langDisable>

我使用templavoila和TYPO3 4.5.29。我在FCE中创建了一个模板。并添加了映射文本区域。 我可以看到富文本编辑器,但我不能使用其中的一些功能。像图片上传/分页符。。等等

附加FCE表单和后端屏幕

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
    <meta type="array">
        <langDisable>1</langDisable>
    </meta>
    <ROOT type="array">
        <tx_templavoila type="array">
            <title>ROOT</title>
            <description>Select the HTML element on the page which you want to be the overall container element for the template.</description>
        </tx_templavoila>
        <type>array</type>
        <el type="array">
            <field_tab1_title type="array">
                <tx_templavoila type="array">
                    <title>Tab 1 Title</title>
                    <sample_data type="array">
                        <numIndex index="0"></numIndex>
                    </sample_data>
                    <eType>rte</eType>
                    <preview></preview>
                    <TypoScript><![CDATA[
10 = TEXT
10.current = 1
10.parseFunc = < lib.parseFunc_RTE]]></TypoScript>
                </tx_templavoila>
                <TCEforms type="array">
                    <label>Tab 1 Title</label>
                    <config type="array">
                        <type>text</type>
                        <cols>48</cols>
                        <rows>5</rows>
                        <softref>*</softref>
                    </config>

<defaultExtras>richtext[*]</defaultExtras>

                </TCEforms>
            </field_tab1_title>
        </el>
    </ROOT>
</T3DataStructure>

1.
根
在页面上选择要作为模板的整体容器元素的HTML元素。
排列
表1标题
rte
表1标题
文本
48
5.
*
richtext[*]

我不知道什么时候我的头脑出了问题


FCE有什么问题?您可以通过扩展管理器配置RTE。转到扩展rtehtmlarea的配置面板,并将“默认配置设置”设置为Demo。现在您可以看到RTE的所有功能

这是一个很好的教程,用于在TYPO3(德语)中配置RTE