如何创建自定义form_tag_helper?
我正在尝试编写一个 form_tag_helper ,它允许我在 Rails 表单中包含一个 div contenteditable
。我知道我可以通过编写一个继承自 ActionView::Helpers::FormBuilder 的类来自定义 form_builder。我的问题是,即使在这个级别,我仍然需要返回某种 text_field_tag
或某种其他类型的 field_tag。我试图弄清楚如何编写一个继承自 ActionView::Helpers::TagHelper 的自定义类。我怎样才能编写这样的方法,以便它返回类似于
的内容?I'm trying to write a form_tag_helper that will allow me to include a div contenteditable
inside of a rails form. I know that I can customize form_builder by writing a class that inherits from ActionView::Helpers::FormBuilder. My problem is that even at this level I still need to return some sort text_field_tag
or some other type of field_tag. I'm trying to figure out how to write a custom class that inherits from ActionView::Helpers::TagHelper. How can I write such a method so that it returns something along the lines of <div contenteditable>
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论