Skip to Content
मेन्यू
This question has been flagged
1 Reply
1045 Views

..

Avatar
Discard
Best Answer

Hi,

Here is example code: 

Dialog.alert(

this,

"Dialog Alert",

{

onForceClose: function() {

console.log("Click Close");

},

confirm_callback: function() {

console.log("Click Ok");

self._setValue("0");

}

}

);


Hope it helps

Avatar
Discard