Ruby on Rails Monday, June 2, 2014

My question is maybe silly but I have a text_field_tag define like this
in my code:

<%= text_field_tag("repcarte", @reperecarte ,:class => "input
colonnetab")%>

Using this I thought that when in my application I will size some text
in the text_field then my variable @reperecarte will contain the sized
text but it's not the case.

Can someone explain me what is missing?

--
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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/9ac4068a577a731c27fe51677723372d%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment