【发布时间】:2018-07-06 11:46:58
【问题描述】:
在上面的字段中有 2 行。我希望他们两个排成一排。
使用的代码是:
<provinces jcr:primaryType="cq:Widget" fieldLabel="Province List" name="./provinces" xtype="multifield">
<fieldConfig
jcr:primaryType="cq:Widget"
xtype="multifieldpanel">
<items jcr:primaryType="cq:WidgetCollection">
<code
jcr:primaryType="cq:Widget"
fieldLabel="Code"
key="code"
xtype="textfield"/>
<name
jcr:primaryType="cq:Widget"
fieldLabel="Name"
key="name"
xtype="textfield"/>
</items>
</fieldConfig>
【问题讨论】: