i am working on the project with AEM 6.1
i am using structure as header content body.
where header footer are iparsys
and content components are of parsys.
whenever i drag drop any component-->
parsys do not shift to end of page.
it still ramains on top.
i have not added any special code for this.
template-->
<div class="overflowContent">
<div data-sly-resource="${ @path='test', resourceType='foundation/components/parsys'}"></div>
</div>
on page cration:
after i added image component-->
inspect element-->
is there any way to birng it down?
after adding 2 3 components , it becomes difficult to author page.
Views
Replies
Total Likes
Are you seeing this behavior in the sample geometrixx app?
Views
Replies
Total Likes
Also - try using HTL Parsys instead JSP parsys
<div data-sly-resource=”${‘content’ @ resourceType=’wcm/foundation/components/parsys’}”></div>
Views
Replies
Total Likes
hi,
tried using this but still no use.
Views
Replies
Total Likes
Views
Likes
Replies