dashboard
repositories
filestore
activity
search
login
main
/
pyhmap
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
实体标题
liuyg
2021-06-16
db62cf65ac5006718dba1d8d92927ec3e9526149
[pyhmap.git]
/
jimu.js
/
dijit
/
_filter
/
DateValueSelector.html
1
2
3
4
5
<div>
<input data-dojo-type="dijit/form/DateTextBox" data-dojo-attach-point="dateTextBox" class="custom-date-text-box" data-dojo-attach-event="change:_onDateTextBoxChanged" data-dojo-props='required:false,trim:true' />
<select data-dojo-type="dijit/form/Select" data-dojo-attach-point="dateTypeSelect" class="date-type-select restrict-select-width" data-dojo-attach-event="change:_onDateTypeSelectChanged">
</select>
</div>