Skip to Content
Menu
This question has been flagged
1 Atsakyti
1079 Rodiniai

..

Portretas
Atmesti
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

Portretas
Atmesti