Closed (won't fix)
Project:
Chaos Tool Suite (ctools)
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2009 at 20:12 UTC
Updated:
19 Oct 2009 at 20:17 UTC
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
Comment #1
merlinofchaos commentedCurrently, 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. =)