Re: Make a Ajax button have a confirm dialog

2008-04-02 Thread Alex Jacoby
, return confirm('Delete ?');)); Cheers -- View this message in context: http://www.nabble.com/Make-a-Ajax-button-have-a-confirm-dialog-tp16425091p16435564.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Make a Ajax button have a confirm dialog

2008-04-02 Thread Pinger
could use this ajaxButton.add(new SimpleAttributeModifier(onclick, return confirm('Delete ?');)); Cheers -- View this message in context: http://www.nabble.com/Make-a-Ajax-button-have-a-confirm-dialog-tp16425091p16436264.html Sent from the Wicket - User mailing list archive

Make a Ajax button have a confirm dialog

2008-04-01 Thread Pinger
, so I only Do Stuff if they say yes.. Thanks P.S. I like wicket.. coming from Asp.net, I prefer it to the other java web frameworks :) -- View this message in context: http://www.nabble.com/Make-a-Ajax-button-have-a-confirm-dialog-tp16425091p16425091.html Sent from the Wicket - User mailing list

Re: Make a Ajax button have a confirm dialog

2008-04-01 Thread Maurice Marrink
Asp.net, I prefer it to the other java web frameworks :) -- View this message in context: http://www.nabble.com/Make-a-Ajax-button-have-a-confirm-dialog-tp16425091p16425091.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Make a Ajax button have a confirm dialog

2008-04-01 Thread djo.mos
in context: http://www.nabble.com/Make-a-Ajax-button-have-a-confirm-dialog-tp16425091p16429221.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Make a Ajax button have a confirm dialog

2008-04-01 Thread Pinger
this ajaxButton.add(new SimpleAttributeModifier(onclick, return confirm('Delete ?');)); Cheers -- View this message in context: http://www.nabble.com/Make-a-Ajax-button-have-a-confirm-dialog-tp16425091p16432136.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Make a Ajax button have a confirm dialog

2008-04-01 Thread freak182
kind of confirmation ? Javascript ? Html ? for the first, you could use this ajaxButton.add(new SimpleAttributeModifier(onclick, return confirm('Delete ?');)); Cheers -- View this message in context: http://www.nabble.com/Make-a-Ajax-button-have-a-confirm-dialog-tp16425091p16435223

Re: Make a Ajax button have a confirm dialog

2008-04-01 Thread Pinger
Do Stuff if they say yes.. What kind of confirmation ? Javascript ? Html ? for the first, you could use this ajaxButton.add(new SimpleAttributeModifier(onclick, return confirm('Delete ?');)); Cheers -- View this message in context: http://www.nabble.com/Make-a-Ajax-button

Re: Make a Ajax button have a confirm dialog

2008-04-01 Thread freak182
? Javascript ? Html ? for the first, you could use this ajaxButton.add(new SimpleAttributeModifier(onclick, return confirm('Delete ?');)); Cheers -- View this message in context: http://www.nabble.com/Make-a-Ajax-button-have-a-confirm-dialog-tp16425091p16435230.html Sent from

Re: Make a Ajax button have a confirm dialog

2008-04-01 Thread Pinger
in context: http://www.nabble.com/Make-a-Ajax-button-have-a-confirm-dialog-tp16425091p16435564.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Make a Ajax button have a confirm dialog

2008-04-01 Thread Pinger
? Javascript ? Html ? for the first, you could use this ajaxButton.add(new SimpleAttributeModifier(onclick, return confirm('Delete ?');)); Cheers -- View this message in context: http://www.nabble.com/Make-a-Ajax-button-have-a-confirm-dialog-tp16425091p16436264.html Sent from the Wicket - User

Re: Make a Ajax button have a confirm dialog

2008-04-01 Thread Ryan Gravener
(onclick, return confirm('Delete ?');)); Cheers -- View this message in context: http://www.nabble.com/Make-a-Ajax-button-have-a-confirm-dialog-tp16425091p16436264.html Sent from the Wicket - User mailing list archive at Nabble.com