Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titleExample with buttons as array and more text:
akioma.swat.Message.message({
    title: "Warning",
    type: "warning",
    text: "Be carefull",
    modal: true,
    buttons: ["Continue", "Cancel"],
    moretext: 'More informations here'
});

...