hi, im using link_to_remote, how can i display a waiting sign or some progress bar to show that the process is taking place? Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Ian Leitch
2006-Sep-14 09:11 UTC
Re: link_to_remote sho sign whilst waiting for return of data
<div id="msg" style="display: none;">Please
wait...</div>
link_to_remote "Click Me", :url => { :action =>
''foo'' }, :before => "
Effect.Appear(''msg'');", :after =>
"Effect.Fade(''msg'');"
You could use other events such as loading and completed if you''d
prefer.
Progress bars are a lot more complex.
On 14/09/06, jon
<rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>
wrote:>
>
> hi,
>
> im using link_to_remote, how can i display a waiting sign or some
> progress bar to show that the process is taking place?
>
> Thanks
>
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk
-~----------~----~----~----~------~----~------~--~---