Closed (fixed)
Project:
Webform
Version:
7.x-3.18
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2012 at 16:26 UTC
Updated:
18 Jun 2013 at 01:11 UTC
I want to have a panel, in which the user can add components to a webform. How can I render the page content '/node/%nid/webform/components' within panels.
Regards,
Stéphane
Comments
Comment #1
quicksketchI think you're looking for http://drupal.org/project/panels_everywhere, which has the ability to take any arbitrary page and turn it into a panel where the original content of that page becomes a pane within that panel.
Comment #2
quicksketchActually now that I'm more familiar with Panels, you can do this with any page just by adding the path to page manager and then overriding the page contents. There's a panel pane for "existing page content" or something like that that you can use to place the current page's content inside a panel.
The only caveat that is Webform-specific is that Webform uses the path "node/%webform_node/webform/components". You have to match the path exactly as defined in webform_menu() to override a path using page manager.
Closing this issue after lack of activity.