Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jorge Arzuaga on Sep 15, 2009 05:06
open dhtmlx forum
Checkbox Select

Hi... i need the call some function when press click on some checkbox, thanks..

Jorge Arzuaga
Answer posted by Alex (support) on Sep 15, 2009 08:03

Hello, 

there is onCheck event in the dhtmlxcombo:

combo.attachEvent("onCheck",function(value,state){

/*your code here*/

return true

})

Answer posted on Sep 15, 2009 08:27
Thanks...