如何创建自定义form_tag_helper?

发布于 2024-11-10 13:41:05 字数 364 浏览 2 评论 0原文

我正在尝试编写一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文