...
Code Block | ||||
---|---|---|---|---|
| ||||
akioma.swat.Message.message({ type: "success", text:"One of 10 excel files was uploaded successfully.", modal: true, buttons: ["Continue", "Stop"], callback: (val) => { console.log(val); } }); | ||||
Info | ||||
|
...
Code Block | ||||
---|---|---|---|---|
| ||||
akioma.swat.Message.message({ type: "success", text:"One of 10 excel files was uploaded successfully.", modal: true, buttons: ["Continue", "Stop"], callback: (val) => { console.log(val); } }); | ||||
Info | ||||
|