ofbiz Form Operation

1 Drop-down Form:

1.1 Option Value hardcode:

<field name="monthSelected" title="${uiLabelMap.monthSelected}" widget-style="inputBox">
<drop-down allow-empty="false">
<option key="01" description="1-January"/><option key="02" description="2-February"/>
<option key="03" description="3-March"/><option key="04" description="4-April"/>
<option key="05" description="5-May"/><option key="06" description="6-June"/>
<option key="07" description="7-July"/><option key="08" description="8-August"/>
<option key="09" description="9-September"/><option key="10" description="10-October"/>
<option key="11" description="11-November"/><option key="12" description="12-December"/>
</drop-down>
</field>

1.2 option Value From Entity

field name="accountCurrencyUomId">
<drop-down allow-empty="false" no-current-selected-key="${defaultCurrencyUomId}">
<entity-options entity-name="Uom" description="[${abbreviation}] ${description}" key-field-name="uomId">
<entity-constraint name="uomTypeId" value="CURRENCY_MEASURE"/>
<entity-order-by field-name="abbreviation"/>
</entity-options>
</drop-down>
</field>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值