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

时间:2014-07-07 07:12:51

标签: 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>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>

enter image description here

我不知道在我的配置中出错了什么。

FCE有什么问题

1 个答案:

答案 0 :(得分:1)

您可以通过Extension Manager配置RTE。转到扩展名rtehtmlarea的配置面板,并将“默认配置设置”设置为Demo。现在您可以看到RTE的所有功能。

Here是一个非常好的教程,用于在TYPO3中配置RTE(德语)。