表单字段和弹出窗口
我正在开发一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 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.