[Rails] Can rails make use of accesskeys?

Bruce Balmer brucebalmer at mac.com
Sun Jan 1 04:33:36 GMT 2006


I just tried it in firefox. Same thing and 'yes' I see the attribute  
in the browser source.

My syntax is identical to that shown below.
>
> <%= link_to 'Back', {:action => 'list'}, :accesskey => "b" %>
>
> or
>
> <%= link_to 'Back', {:action => 'list'}, {:accesskey => "b"} %>
>
>
>
> _______________________________________________
> Rails mailing list
> Rails at lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails



More information about the Rails mailing list