Hi, do you know how to add into this balise a class attribut:
<% form_tag :action => ‘search’ do -%>
in order to do this in HTML:
I had try to use the official documentation
(Peak Obsession)
but that don’t seems work…
Thanks
Hi, do you know how to add into this balise a class attribut:
<% form_tag :action => ‘search’ do -%>
in order to do this in HTML:
I had try to use the official documentation
(Peak Obsession)
but that don’t seems work…
Thanks
On 15 Jun 2008, at 19:41, Zangief I. wrote:
(Peak Obsession
)
but that don’t seems work…
It does if you read close enough
form_tag({:action => ‘search’}, :class => ‘foo’) …
Fred
Thank you!
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs