开发者

Form fields & Popup

开发者 https://www.devze.com 2023-01-14 04:55 出处:网络
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

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 tha开发者_开发问答t ? I tried Modal Frame, but it doesn't d anything...

Thanks !


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消