Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1039 Zobrazení

..

Avatar
Zrušit
Nejlepší odpověď

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
Zrušit