Hi,
How can I set the type in ds.xml corresponding to a DayRangeItem in a Form?
if i use two DateRangeItem fileds in a DynamicForm, how can I specify the ds.xml filed? Four datetime fields ?
If two DateRangeItem mean two pair of dates, it is supposened to be 4 date fields.
If the answer is yes, then how do I bind the datetime field to the DateRangeItem StartDate/EndDate in ds.xml ? Is is possible to do like this
How can I set the type in ds.xml corresponding to a DayRangeItem in a Form?
if i use two DateRangeItem fileds in a DynamicForm, how can I specify the ds.xml filed? Four datetime fields ?
If two DateRangeItem mean two pair of dates, it is supposened to be 4 date fields.
If the answer is yes, then how do I bind the datetime field to the DateRangeItem StartDate/EndDate in ds.xml ? Is is possible to do like this
Code:
<field name="productLife" type="any" multiple="true" editorType="com....formField.DateRangeItem"> <childrenFieldName> <item name="fromDate" type="date"> <item name="toDate" type="date"? </childrenFieldName> </field>
Comment