I’ve had the cols set to 200 and the rows to 600 and it hasn’t
changed. Anyone know how to get this working right or perhaps any
issues ? I’ve tested it both in IE 7 and FF 1.5.x
Same behaviour in both.
Get rid of the quotes around the values. The api documentation for
text_area gives the following example (with substitutions to use your
object/method/values):
text_area(“position”, “full_description”, “cols” => 50, “rows” =>
15)Your
substitution of symbols for strings won’t give you a problem, but
putting
quotes on the values will.
Bummer, it didn’t help! :(. It sounded hopeful. I even changed the
rows cols back to symbols but alas no difference. I’m having a tough
time with these editors. Had dumped fck the other day for this.
I thought I’d try removing tinymce and seeing what I get just defining
a regular text_area.
Well it’s not sizing the rows and cols correctly with just a plain old
rails text_area. Very puzzling as I’ve tried various combinations:
Larry , I just updated this thread so in answer to your first
question, the new thread explains is that this only happens in one of
my apps. In another I could correctly size from 20x20 to 200 x 400
(rows and cols)
The html is fine, for example:
Stuart
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.