it:ad:toastr:howto:download_and_install

IT:AD:Toastr:HowTo:Download and Install

 <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">
    <link href="toastr.css" rel="stylesheet" type="text/css" />

  • Initialize toastr by setting the following options somewhere early in the page lifecycle:


toastr.options = {
  "debug": false,
  "positionClass": "toast-top-right",
  "onclick": null,
  "fadeIn": 300,
  "fadeOut": 1000,
  "timeOut": 5000,
  "extendedTimeOut": 1000
}

Bang away using the basic api.

  • /home/skysigal/public_html/data/pages/it/ad/toastr/howto/download_and_install.txt
  • Last modified: 2023/11/04 02:00
  • by 127.0.0.1