How to implement %ZEN.Dialog.confirmationDialog
Hello,
I need to create a dialogbox on my zenpage to confirm a Delete operation.
I tried using below code on in a my client side method but its creating a blank dialog box.
zenLaunchPopupWindow('%ZEN.Dialog.confirmationDialog.cls','confirmationDialog','resizable,width=380,height=180');
Is there a way i can create a Dialog box with text "Do you want to delete" and two buttons "Yes" and "No" and store the response in the calling client/server method.
Thanks,
Jimmy Christian.
Hello, Jimmy!
You can just follow the documentation.
See it:
Hello Guilherme,
That makes sense.
I see my error now. I was trying to use session in the client method, which was causing problems.
Thanks a lot for your help!
Regards,
Jimmy Christian.