Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagejs
titleSuccess type message from CLAPI(notification non-modal):
akioma.swat.Message.message({
   title: "Success",
   type: "success",
   text: "Datensatz erfolgreich gespeichert",
   expire: 5000
});