Hi

I would like to use modal box, just like thickbox or any other modal, within views filter form.
There is no AJAX call since the content is already on the page. I can edit the form display using views-exposed-form.tpl.php but is it posible to render the output as popup using the modal tool?

Comments

merlinofchaos’s picture

Status: Active » Closed (won't fix)

Currently, the modal only supports loading content into it via AJAX. It is probably possible to bring in the content through other means, but it will require writing your own javascript click() handler which then sets up the modal and puts the command in. This is not too difficult if you know javascript. It is very difficult if you do not. =)