Skip to Content
Menu
This question has been flagged

I would like to click on the button that trigger the confirmation dialog. However, when the dialog show, I would like to update state from to "B", but If user click on confirm I would like to update state to "C"

So, simply I would like to have confirmation dialog to update the status:

confirm -> update status to "B"

cancelled -> update status to "C"


So now, I can display the confirmation dialog and update to "B" (Confirm from dialog). I wonder how can I bind the event with cancel button of dialog. 





Avatar
Discard
Best Answer


If you want to show a confirmation pop-up then on the button click the wizard should be opened, then confirm it should work as normal confirm, and on cancel it should update the state.
you can add the button in the wizard view:

Avatar
Discard
Related Posts Replies Views Activity
1
Apr 24
1172
1
Feb 24
1186
1
Oct 23
3309
1
Sep 23
1728
2
May 23
5307