Re: AjaxCheckBox + Java Script

2012-02-23 Thread Martin Grigorov
On Thu, Feb 23, 2012 at 10:36 AM, venu.gandhe venu.gan...@gmail.com wrote: Hi,   I have a checkbox on HTML page. I have added some java script and css to style the checkbox. To handle this checkbox in wicket  i have added AjaxCheckBox. But when i click on checkbox it is not calling OnUpdate()

Re: AjaxCheckBox + Java Script

2012-02-23 Thread venu.gandhe
Thanks for your quick response. Here is the Java Script file i am using to style the ckeckbox. //global variables that can be used by ALL the function son this page. var inputs; var imgFalse = 'images/false.png'; var imgTrue = 'images/true.png'; //this function runs when the page is loaded, put

Re: AjaxCheckBox + Java Script

2012-02-23 Thread Martin Grigorov
On Thu, Feb 23, 2012 at 11:43 AM, venu.gandhe venu.gan...@gmail.com wrote: Thanks for your quick response. Here is the Java Script file i am using to style the ckeckbox. //global variables that can be used by ALL the function son this page. var inputs; var imgFalse = 'images/false.png';