I'm wodering how to show a view into a modal? Could someone give me an example? Further more I like to call the view out of an action ... i've no clue to do this.. Hop some could help me and have experince with ctools-modal

Cheers

link|improve this question
feedback

1 Answer

Have you looked at this? http://www.angrydonuts.com/ctools-presentation-slides-and-example-code

This is implemented using hook_menu, which offers a means to call the modal (see http://api.drupal.org/api/drupal/developer--hooks--core.php/function/hook_menu/5)

In terms of using an action, I would have thought you could have applied the same code inside your action code (see http://drupal.org/node/142154 "Implementation of a Drupal Action"), but I could be wrong.

link|improve this answer
Thanks for that, but have you clue how to "click" a menu item within the action. The action should release the modal.. – user633163 Jul 13 '11 at 8:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.