I'm looking to setup my panels so that I can have multiple nodes able to be displayed or edited at the same time. For example, let's say I have a wiki node and a view that shows a forum. I want the wiki in one pane and the view in another. When someone edits the wiki node, I just want that pane to display the editing and saved changes. When someone clicks on a forum topic in the view pane, I just want the forum topic and comments to be show in that pane.

Basically I want to be able to manipulate data in a pane without affecting any of the other panes. Is this possible?

Comments

merlinofchaos’s picture

Component: Display rendering » Code
Status: Active » Fixed

This isn't possible with Panels, at least not by itself, since the functionality you need requires some pretty specific AJAX code. You'd need to implement it yourself. You could use Panels as the framework, possibly, but ultimately it would just be a shell around your code.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.