rails form_for造型 [英] rails form_for styling

查看:107
本文介绍了rails form_for造型的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法添加样式到rails form_for并使其显示为内联?

Is there a way to add styling to rails form_for and make it display inline?

推荐答案

做到这一点,但它的工作原理。 (我尝试了另一个嵌套哈希,没有骰子)

There might be a cleaner way to do this, but it works. (I tried with another nested hash, no dice)

 <% form_for(@model, :html => { :style => 'background-color:red;' }) do |f| %>

这篇关于rails form_for造型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆