开发者

Different css style for each form using simple_form gem

开发者 https://www.devze.com 2023-03-19 13:56 出处:网络
Is it possible to have different classes for each sim开发者_开发知识库ple_form so you can apply different stylesheets??You can specify class attributes using the html option, thus:

Is it possible to have different classes for each sim开发者_开发知识库ple_form so you can apply different stylesheets??


You can specify class attributes using the html option, thus:

simple_form_for object, :html => {:class => "myform"} do |f|
end
0

精彩评论

暂无评论...
验证码 换一张
取 消