加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ruby-on-rails – Rails_Admin – 如何在Post视图中更改文本字段

发布时间:2020-12-16 22:50:35 所属栏目:百科 来源:网络整理
导读:Rails Admin中Post的“body”上输入区域的默认高度非常小.我正在试图弄清楚如何增加身高.有什么建议? config.model Post do label 'Blog' weight 0 edit do field :user field :title field :body_format field :body do (something here?) end 解决方法 co
Rails Admin中Post的“body”上输入区域的默认高度非常小.我正在试图弄清楚如何增加身高.有什么建议?
config.model Post do
 label 'Blog'
 weight 0
 edit do
   field :user
   field :title
   field :body_format
   field :body do 
     (something here?)
  end

解决方法

configure :description do
  html_attributes rows: 20,cols: 50
end

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读