1

当我为后端布局编写带有 flexform 的 gridelement 时,元素始终是自上而下的。

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
    <meta type="array">
        <langDisable>1</langDisable>
    </meta>
    <ROOT type="array">
        <type>array</type>
        <el type="array">
            <title type="array">
                <TCEforms type="array">
                    <label>Titel</label>
                    <config type="array">
                        <type>input</type>
                        <size>30</size>
                        <eval>trim,required</eval>
                    </config>
                </TCEforms>
            </title>
            <description type="array">
                <TCEforms type="array">
                    <label>Beschreibung</label>
                    <config type="array">
                        <type>input</type>
                        <size>60</size>
                        <eval>trim,required</eval>
                    </config>
                </TCEforms>
            </description>
        </el>
    </ROOT>
</T3DataStructure>

自上而下的元素

怎么可能并排显示它们? 元素并排

这是否仅适用于 flexform 配置?

4

0 回答 0