是否可以通過FlexForm將內聯複選框顯示在彼此後面?我現在使用下面的代碼,但是它顯示了垂直列表中的每個設置。顯示Typo3 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)」,參見http://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Inline/Index.html –
不,我的意思是顯示選項內嵌在表單中。因此,彼此背後而不是彼此之上。 – Tom
好的我已經回答了你的問題。祝你好運! :) –