cq:panel inside another cq:panel | Community
Skip to main content
New Participant
October 16, 2015
Solved

cq:panel inside another cq:panel

  • October 16, 2015
  • 1 reply
  • 771 views

Hi,

is it possible to have a cq:panel inside another cq:panel what I want to to achieve is when I open up a dialog box I get 2 panels and inside each panels I get 3 panels

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

According to the CQ documentation:

"Panels can be easily dropped into any Container or layout, and the layout and rendering pipeline is completely managed by the framework.

According to the documentation, you can nest panels.

http://dev.day.com/docs/en/cq/5-3/widgets-api/index.html?class=CQ.Ext.Panel

Hope this helps you.  

1 reply

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

According to the CQ documentation:

"Panels can be easily dropped into any Container or layout, and the layout and rendering pipeline is completely managed by the framework.

According to the documentation, you can nest panels.

http://dev.day.com/docs/en/cq/5-3/widgets-api/index.html?class=CQ.Ext.Panel

Hope this helps you.