Skip to content

Instantly share code, notes, and snippets.

@StErMi
Created September 8, 2017 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StErMi/836933795ad549d8364bb8fa83556e64 to your computer and use it in GitHub Desktop.
Save StErMi/836933795ad549d8364bb8fa83556e64 to your computer and use it in GitHub Desktop.
sapui5-toastr- Example
Toastr.info('This is a call title', 'And this is a call message', {
"closeButton": false,
"debug": false,
"progressBar": false,
"preventDuplicates": false,
"tapToDismiss": true,
"newestOnTop": true,
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut",
"showDuration": 300,
"hideDuration": 1000,
"timeOut": 5000,
"extendedTimeOut": 1000,
"rtl": false,
"onShown": null,
"onHidden": null,
"onclick": null,
"onCloseClick": null
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment