跳至內容
選單
此問題已被標幟
1 回覆
1034 瀏覽次數

..

頭像
捨棄
最佳答案

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

頭像
捨棄