[Rails] text area problem
Hello,
I made this text-area.
<div class="field">
<%= f.label :content %><br />
<%= text_area :content, :nil, :cols=>20,:rows=>5 %>
</div>
But now the user can make it bigger and smaller.
Can a text-area be a fixed length and width and when the text is bigger you will see a slider?
Roelof
--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/ro1spjNOqDUJ.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home