views:

13

answers:

0

Hi All,

I have a question, and I'm a complete ajax n00b and really need to make this work.

I have 2 columns, one displays a list (from one view) and another is a single node display (also generated through a view).

Each view is within its own pane in panels. How can I get a click from the list pane to update the argument passed to panels so that I can use a views content pane to load in the correct node display.

I tried doing this with filters and filling and submitting a filter using jquery, but I have two panes on the right side with 2 different views that need to be updated simultaneously, and it's really really buggy, and I figure I need to go for the real deal. I know I have to write a module, providing a callback, but I have absolutely no clue with what to do with panels to pass the argument. Or how to create a callback for that matter :)

Can someone please help out? I'll post this on Drupal.org too.

Thanks much in advance!

related questions