Django<输入>里面的<标签>

发布于 2024-10-10 21:02:31 字数 171 浏览 3 评论 0原文

一些前端专家声称,用 (隐式标签)包装 是一种更好的做法(与显式标签相比,即使它们有 for 属性)。

无论出于什么原因,我都想看看如何使用 Django 以优雅的方式在技术上完成此任务。

Some front-end experts claim that wrapping an <input> with the <label> (implicit labels) is a preferable practice (compared to explicit ones, even if they have the for attribute).

Whatever the reasons for that, I'd like to see how this can be technically done with Django in an elegant way.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

好倦 2024-10-17 21:02:31

编写您自己的小部件并在您的表单上使用它们。

Write your own Widgets and use them on your Forms.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文