Is there a way to force a reload of the page that has the link that opens the modal after you display it? In some of my cases, the action taken in the modal form modifies the content of that page. This happened automatically in D6, but now the modal just goes away. There are other times I want that, but not in this case.
Comments
Comment #1
merlinofchaos commentedI believe it's ctools_ajax_command_reload -- and I believe a bit of a design oversight requires you to ctools_add_js('ajax-responder') for this to work properly.
Comment #2
nagiek commentedYou can check the ctools AJAX example for how to render an AJAX command.