LoginSignup
0
0

More than 5 years have passed since last update.

rails4のtextarea

Last updated at Posted at 2014-03-03

erbですね。

フォームの幅指定

sizeを利用する
yaml
<%= f.text_area :propetyname, :size => "30x10" %>

表示の改行

simple_formatを利用する
yaml
<%= simple_format(propetyname) %>

詳しくはこちら。
http://railsdoc.com/references/text_area

0
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0