Code Monkey home page Code Monkey logo

Comments (8)

Foxandxss avatar Foxandxss commented on May 21, 2024 3

@squadwuschel In that case, you can do:

toastr.info('We are opened today from 10 to 22', 'Information', {
  timeOut: 0,
  extendedTimeOut: 0
});

That will make the popup stick until you click them.

from angular-toastr.

Foxandxss avatar Foxandxss commented on May 21, 2024

Sorry, I don't think I follow your issue. You want to not close a popup even if you hover over it?

from angular-toastr.

mehmedju avatar mehmedju commented on May 21, 2024

Exactly that!

On Tue, Feb 10, 2015 at 11:47 AM, Jesús Rodríguez Rodríguez <
[email protected]> wrote:

Sorry, I don't think I follow your issue. You want to not close a popup
even if you hover over it?


Reply to this email directly or view it on GitHub
#41 (comment)
.

Mehmed Jusić

Software Engineer Product Development

_Maestral_Solutions | Sarajevo

Founding Member of HUB387

Milana Preloga 12/3

71000 Sarajevo

web: maestralsolutions.com | twitter: @maestralsol
http://twitter.com/maestralsol
| linkedin: maestralsolutions
https://www.linkedin.com/company/maestral-solutions-llc

from angular-toastr.

Foxandxss avatar Foxandxss commented on May 21, 2024

I don't support that right now because I wanted to match the original one. It is not a hard option to add, but that option wouldn't end on the old version you're using for angular 1.2.x

from angular-toastr.

Foxandxss avatar Foxandxss commented on May 21, 2024

The only real way to disable it is also putting timeout to 0 so the only way to remove a toast is by clicking it.

from angular-toastr.

squadwuschel avatar squadwuschel commented on May 21, 2024

hi, I have the same problem it would be nice if I could tell a toastr to stay open until I close it. Like a third Parameter because we need that the errors stay open until I close them by hand.

toastr.info('We are opened today from 10 to 22', 'Information', true);

OR

toastr.info('We are opened today from 10 to 22', true);

that would be really nice

Or to add a custom Timeout if you want for every MessageType so that you can set the timeout for errors to 0 and for Info 5000, ....

from angular-toastr.

squadwuschel avatar squadwuschel commented on May 21, 2024

oh cool thats fine thx :-)

from angular-toastr.

AkbariDev avatar AkbariDev commented on May 21, 2024

Prevent close Toastr on Click by this code:
$.fn.noop = function () { return this; };
toastr.options.hideMethod = 'noop';

from angular-toastr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.