Hi… i need the call some function when press click on some checkbox, thanks…
Jorge Arzuaga
Hello,
there is onCheck event in the dhtmlxcombo:
combo.attachEvent(“onCheck”,function(value,state){
/your code here/
return true
})
Thanks...
Hi… i need the call some function when press click on some checkbox, thanks…
Jorge Arzuaga
Hello,
there is onCheck event in the dhtmlxcombo:
combo.attachEvent(“onCheck”,function(value,state){
/your code here/
return true
})
Thanks...