on 2019 May 14 5:02 PM
Hi team ,
I am going to implement the wizard with combobox that contains some data from database here is some code snippet. How can I add combobox to this wizard?? Can you help me? please? thank you
<context component="create-wizard" type="hmc_treenode_time_range_report">
<wz:flow id="timeRangeReportWizard" title="timerangereport.wizard.title">
<wz:step id="step1" label="timeRangeReport.label" >
<wz:content id="step1.content">
<wz:property-list root="form1">
<wz:property qualifier="fromDate" type="java.util.Date"/>
<wz:property qualifier="toDate" type="java.util.Date"/>
</wz:property-list>
</wz:content>
<wz:navigation id="step1.navigation">
<wz:done/>
<wz:cancel/>
</wz:navigation>
</wz:step>
</wz:flow>
</context>
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.