Hi
How can I set value for text_area_tag…I tried
<%= text_area_tag “transfer_reason#{div_no}”, nil, :size => “50x1”,
“value”=>params[:transfer_reason] %>
But not working
Thanks in advance
Sijo
Hi
How can I set value for text_area_tag…I tried
<%= text_area_tag “transfer_reason#{div_no}”, nil, :size => “50x1”,
“value”=>params[:transfer_reason] %>
But not working
Thanks in advance
Sijo
text_area_tag(:name, “this is my text”)
Hi
Thanks
Sijo
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