Hi Guys,
Need a quick help, is there any functionality in AEM 5.x which allows component which are included in page via code (cq:include) can be moved inside the page.
anybody implemented any workaround or customization, please share guys
Thanks, great day...
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Jacob,
including components in a page is to make sure you have that component fixed within the template. You will not be able to move that component as such. However, you can include any other component before or after these included components.
Views
Replies
Total Likes
As Every one mentioned you can not remove component included though cq:include however you can hide them using JS Or JSP based on certain condition.
Views
Replies
Total Likes
The <cq:include> tag includes a resource into the current page. If you want to move that tag into anotgher page, the typical way is to open the JSP in CRXDE lite (or another IDE) and move it to another JSP.
There is no out of the box way to move these around. .
Views
Replies
Total Likes
Hi Jacob,
including components in a page is to make sure you have that component fixed within the template. You will not be able to move that component as such. However, you can include any other component before or after these included components.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies