Problem with Parsys | Community
Skip to main content
Level 4
October 16, 2015
Solved

Problem with Parsys

  • October 16, 2015
  • 8 replies
  • 2104 views

Hi Team,

I have a component which when dropped on parsys it automatically alligned horizontally.

But the problem is i could not able to open the component dialog as parsys focus first.

Please find the reference screenshot.

Thanks,

Madhu

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 Lokesh_Shivalingaiah

once you add the cq:editconfig, you can add the property called 'cq:actions' and give the options like 'edit, delete, insert' based on the actions you need.

8 replies

Lokesh_Shivalingaiah
Level 10
October 16, 2015
Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
Level 10
October 16, 2015

once you add the cq:editconfig, you can add the property called 'cq:actions' and give the options like 'edit, delete, insert' based on the actions you need.

Lokesh_Shivalingaiah
Level 10
October 16, 2015

Hi Maddy,

Refer some of the foundation components like text, title

/foundation/components/title

Maddy737Author
Level 4
October 16, 2015

What editconfig functionality i need to use in order to edit the component??

Maddy737Author
Level 4
October 16, 2015

When i hover green color border visible is for parsys and not for component. So i could not able to edit the component.

What edit config i need to use.??

Jai1122
Level 4
October 16, 2015

Hi Madhu,

  •         Try using cq:editconfig feature as described here.
  •         Else append the url with query parameter debug=layout as http://localhost:4502/content/.../page.html?debug=layout. Look for the component you will be able to edit it now.
adobefor
Level 2
October 16, 2015

As answered, pl use editconfig. Else, you can hover over till you get the green focus on the parsys and rightclick. Click on edit and there you go with the dialog opening. Thanks!

viveksachdeva
Community Advisor
Community Advisor
October 16, 2015

Add <div style="clear:both"></div> at end of component jsp