[web2py] Re: flash message timeout

2014-02-23 Thread col dings
thanks and how elegant 
and it works
saves a lot of time closing

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[web2py] Re: flash message timeout

2014-02-23 Thread col dings
Thank you, elegant and effective. Just putting this in a page and voila.
Saves a lot of closing.



-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[web2py] Re: flash message timeout

2010-02-13 Thread hamdy.a.farag
thank you :)

-- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.



[web2py] Re: flash message timeout

2010-02-12 Thread mdipierro
fade out after 5 seconds:

scriptjQuery(document).ready(function()
{jQuery('.flash').delay(5000).fadeOut();});/script

jDiv was an experiment. Everything is now achieved by {{=LOAD(...)}}



On Feb 12, 10:42 pm, hamdy.a.farag hamdy.a.fa...@inbox.com wrote:
 Hi

 I was curious, How to make the flash message disappear after a while

 I also read about something called     jDiv  which I didn't find ,
 is it a custom helper used in one of the appliances ?

 Thank you

-- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.



Re: [web2py] Re: flash message timeout

2010-02-12 Thread Jason Brower
I actually never thought about having it fade out.  That sounds like a
great idea!
Thanks Hamdy!
BR,
Jason
On Fri, 2010-02-12 at 21:21 -0800, mdipierro wrote:
 {jQuery('.flash').delay(5000).fadeOut();}

-- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.