gpt4 book ai didi

ruby-on-rails - 集成 Simple-form 2.0.0 和 Zurb

转载 作者:行者123 更新时间:2023-12-04 05:34:27 24 4
gpt4 key购买 nike

在新的 simple_form gem ( 2.0.0 ) 中,有一个 twitter 的包装器。但我更喜欢使用 zurb-foundation。所以我尝试创建这个包装器。

任何人都有一些输入来创建包装器?

最佳答案

您需要更改 /config/initializers/simple_form.rb 中的以下几行:

config.wrappers :default, :class => :input,
:hint_class => :field_with_hint, :error_class => :field_with_errors do |b|

...

b.use :hint, :wrap_with => { :tag => :span, :class => :hint }
b.use :error, :wrap_with => { :tag => :span, :class => :error }

...

config.error_notification_class = 'alert alert-error'

为了
config.wrappers :default, :class => :input,
:hint_class => :field_with_hint, :error_class => :errors do |b|

...

b.use :error, :wrap_with => { :tag => :small }

...

# delete hint
config.error_notification_class = 'alert-box alert'

您可以看到 diff here .

关于ruby-on-rails - 集成 Simple-form 2.0.0 和 Zurb,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9397809/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com