On 10/22/07, Paulo Carvalho
<rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>
wrote:>
>
> I want to change the normal mouse ''arrow cursor'' to a
''busy cursor'' and
> back again.
> Anyone can help me to do that using rails?
>
You don''t need Rails to do it. You can use javascript to change the
class
(CSS) attribute in your tag according to event.
ex:
# On event X -> Change CSS class with cursor type 1.
# On event Y -> Change CSS class with cursor type 2.
On Load (ajax) -> use "busy"
When complete -> use "arrow"
Atenciosamente,
J. Luiz Coe
joseluizcoe-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
http://joseluizcoe.com
Todas as informações contidas neste e-mail são confidenciais e devem ser
usadas apenas pelo seu destinatário.
--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---