Skip to Content
0
Jul 29, 2016 at 01:16 PM

Dialog Button -keep up the oEvent

181 Views

Hey Experts!

I want to create a simple Dialog after clicking a delete button on a table. But i need the oEvent after clicking on the button which contains my information about my clicked row-object... soo i already wrote my delete function and its working BUT if i try to implement a dialog component in my delteTaskFunction() then i can not reach my oEvent even more after i click my "yes delete" button on the dialog.

So i have some images for you:

my Code of this sample function:

Live sample -open the dialog by clicking the delteButton... oEvent is working fine till the dialog is rendered,

after it is rendered my oEvent is undefined that when i press the "ok" button...

I want to keep my oEvent alive and want use it in my "ok" button function...

that is image is showing you my oEvent is "alive" when i open it the delete string is a property of this oEvent...

In simple words i want to use my oEvent still in my dialog button function.

Do you have some solutions for me?

Thanks a lot for your help!

Best regards,

Danilo

Attachments

codeSample.PNG (42.8 kB)
stepOne.PNG (18.5 kB)