axelsef wrote: > use text_area > for example > <%= > text_area(:product,:description ,:size=>"100x10",:disabled=>"disabled") > %> > > I hope that will help. > > On May 24, 3:13�pm, Ainar Abramovich <[email protected]>
That's a really bad solution. Disabled <input> objects are usually a sign that you're doing something wrong. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

