UNPKG
kero
Version:
latest (3.2.5)
3.5.1
3.5.0
3.4.15
3.4.14
3.4.13
3.4.12
3.4.11
3.4.10
3.4.9
3.4.8
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.0
3.2.5
3.2.4
3.2.3
3.2.2
3.2.0
3.1.27
3.1.26
3.1.25
3.1.3
3.1.2
3.1.1
3.0.3
2.1.23
2.1.22
2.1.21
2.1.19
2.1.18
2.1.17
2.1.16
2.1.15
2.1.14
2.1.13
2.1.12
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
github.com/iuap-design/kero
iuap-design/kero
kero
/
examples
/
dt
/
datatable
/
combobox
/
combobox-default
/
widget.js
3 lines
•
243 B
JavaScript
View Raw
1
2
3
u.compMgr.
updateComp
(); document.
getElementById
(
'combo1'
)[
'u.Combo'
].
setComboData
([{
value
:
'01'
,
name
:
'男'
},{
value
:
'02'
,
name
:
'女'
}]); document.
getElementById
(
'combo2'
)[
'u.Combo'
].
setComboData
([{
value
:
'01'
,
name
:
'男'
},{
value
:
'02'
,
name
:
'女'
}]);