表单字段和弹出窗口

发布于 2024-09-16 16:59:10 字数 180 浏览 7 评论 0原文

我正在开发一个 Drupal 网站,在我的添加节点表单中,我希望文件上传字段(使用 FileField 创建)显示在厚盒式弹出窗口中。您只需单击“添加附件”链接,就会出现弹出窗口,并允许您添加文件。然后关闭它,并正常提交表单。

有人知道一个可以做到这一点的好模块吗?我尝试了模态框架,但它没有任何作用...

谢谢!

I'm developing a Drupal website,and in my add node form, I want the file upload fields (created with FileField) to be displayed in a thickbox-style popup. You just click on a "Add attachments" link, the popup comes in, and allows you to add the files. Then you close it, and submit the form normally.

Anyone knows of a nice module who can do that ? I tried Modal Frame, but it doesn't d anything...

Thanks !

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

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

发布评论

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

评论(1

满栀 2024-09-23 16:59:10

您可以使用 jQuery UI 和对话框子模块来完成此操作。您所要做的就是编写一个小的 JavaScript,它将文件上传元素作为弹出窗口打开。

You can do it with jQuery UI and the dialog submodule. All you have to do is to write a small javascript, which opens the file upload element as a popup.

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