...
Code Block | ||||
---|---|---|---|---|
| ||||
akioma.swat.Message.message({
title: "Warning",
type: "warning",
text: "Be carefull",
modal: true,
buttons: ["Continue", "Cancel"],
moretext: 'More informations here'
}); |
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
akioma.swat.Message.message({
title: "Warning",
type: "warning",
text: "Be carefull",
modal: true,
buttons: ["Continue", "Cancel"],
moretext: 'More informations here'
}); |
...