Typo3 & gridelements & flexform: Flexform-Elements并排

问题描述

当我使用 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>

Elements top-down

如何并排显示它们?

Elements side by side

这只能通过 flexform 配置实现吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...