Re: Custom confirmation behavior

2015-09-24 Thread Marco Di Sabatino Di Diodoro
Hi Sven, Thanks for your help, I solved my problem. Regards Marco Il 23/09/2015 16:01, Sven Meier ha scritto: Hi, you'll have to trigger the AjaxLink by yourself after the user confirmed your bootbox: http://stackoverflow.com/questions/30064980/pass-the-triggered-element-to-the-bootbox-cal

Re: Custom confirmation behavior

2015-09-23 Thread Sven Meier
Hi, you'll have to trigger the AjaxLink by yourself after the user confirmed your bootbox: http://stackoverflow.com/questions/30064980/pass-the-triggered-element-to-the-bootbox-callback-jquery Have fun Sven On 23.09.2015 15:06, Marco Di Sabatino Di Diodoro wrote: Hi Sven, thanks for your

Re: Custom confirmation behavior

2015-09-23 Thread Marco Di Sabatino Di Diodoro
Hi Sven, thanks for your help Il 23/09/2015 14:28, Sven Meier ha scritto: Hi, you'll have to call #stopImmediatePropagation() to prevent AjaxLink from handling the "click" event. I added your suggestion in my code response.render($(component).on("click", new JavaScr

Re: Custom confirmation behavior

2015-09-23 Thread Sven Meier
Hi, you'll have to call #stopImmediatePropagation() to prevent AjaxLink from handling the "click" event. Have fun Sven On 23.09.2015 14:17, Marco Di Sabatino Di Diodoro wrote: Hi, I like to add a confirmation dialog to my application with Bootbox.js. To do this I created a new//Confirmati