...
If the buttons attribute is an array, we can specify max 2 buttons. When more than 2 buttons are added, the array will became an object to avoid errors.
Code Block | ||||
---|---|---|---|---|
| ||||
akioma.swat.Message.message({ title: "Warning", type: "warning", text: "Be carefull", modal: true, buttons: ["Continue"], expire : 5000, moretext: 'More informations here' }); |
...