akioma.swat.Message.message({ title: "Success", type: "success", text: "Datensatz erfolgreich gespeichert", expire: 5000 }); |
akioma.swat.Message.message({ type: "success", text:"Datensatz erfolgreich gespeichert", modal: true}); |
akioma.swat.Message.message({ type: "success", text:"Are you sure?", modal: true, buttons: ['Yes','No']}); |
akioma.message({ type: 'info', text: 'Some modal text content here' }); |