【发布时间】:2015-05-18 19:55:49
【问题描述】:
是否可以内联显示复选框,以便在 FlexForm 的后面显示?我现在正在使用以下代码,但这会在垂直列表中显示每个设置。
<settings.ownchoice_for_sale>
<TCEforms>
<label>For sale</label>
<config>
<type>check</type>
</config>
</TCEforms>
</settings.ownchoice_for_sale>
<settings.ownchoice_reserved>
<TCEforms>
<label>Reserved</label>
<config>
<type>check</type>
</config>
</TCEforms>
</settings.ownchoice_reserved>
【问题讨论】:
-
所以你的意思是如果你检查'ownchoice_for_sale',表格会重新加载并显示'ownchoice_reserved'?
inline代表“内联关系记录编辑(IRRE)”参见docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Inline/… -
不,我的意思是该选项在表单中内联显示。所以彼此背后而不是彼此之上。
-
好的,我已经回答了你的问题。祝你好运! :)
标签: typo3