Re: AjaxCheckBox + Java Script

2012-02-23 Thread Martin Grigorov
;        } > } > > //change the checkbox status and the replacement image > function checkChange(i) { > >        if(inputs[i].checked) { >                inputs[i].checked = ''; >                document.getElementById('checkImage'+i).src=imgFalse; >        } else

Re: AjaxCheckBox + Java Script

2012-02-23 Thread venu.gandhe
'; document.getElementById('checkImage'+i).src=imgTrue; } } window.onload = init; -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxCheckBox-Java-Script-tp4413330p4413515.html Sent from the Users forum mailing list archive at Nab

Re: AjaxCheckBox + Java Script

2012-02-23 Thread Martin Grigorov
e() > method of AjaxCheck box. > > This is working fine when i remove the styling and javascript for checkbox. what is the javascript ? show us > > Could you please help me. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/AjaxCheckBox

AjaxCheckBox + Java Script

2012-02-23 Thread venu.gandhe
styling and javascript for checkbox. Could you please help me. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxCheckBox-Java-Script-tp4413330p4413330.html Sent from the Users forum mailing list archive at Nabble.com