【发布时间】:2015-05-24 07:51:12
【问题描述】:
我们在正文中有以下代码。但是,三个日期字段出现在表单运行器的三行中。我们希望它们在同一行。请帮忙!
<xh:tr>
<xh:td>
<fr:fields-date xmlns="http://orbeon.org/oxf/xml/form-builder"
xmlns:xxbl="http://orbeon.org/oxf/xml/xbl" id="procurement-contract-start-date-control"
bind="procurement-contract-start-date-bind">
<xf:label ref="$form-resources/procurement-contract-start-date/label"/>
<xf:hint ref="$form-resources/procurement-contract-start-date/hint"/>
<xf:alert ref="$fr-resources/detail/labels/alert"/>
</fr:fields-date>
</xh:td>
</xh:tr>
【问题讨论】: