Hello friends,
I m using lightbox in my rails application. After clicking on a link,
lightbox opens but my problem is
when user goes on pressing enter without clicking on a lightbox window,
multiple lighboxs open.
How to prevent this.
any suggestions are greatly appreciated.
Thanks....
below is my code...
<td align="right"><% if @file_currency %><%=link_to
"#{@file_currency.currency}"+"#{number_with_precision(@revenues,2)}",{:action=>"exchange_currency",
:id => open_files.id, :revenue => @revenues},:class =>
''lbOn'' %><% end
%></td>
--
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?hl=en
-~----------~----~----~----~------~----~------~--~---