Placeholder position issue | Community
Skip to main content
May 25, 2016
Solved

Placeholder position issue

  • May 25, 2016
  • 2 replies
  • 1356 views

Hi,

I have created a container component and a component can be drag into the container. But the placeholder always displayed over the component that I have dragged into the container. Refer to following screenshot.

In the container component jsp, it is just <cq:include path="landings" resourceType="/libs/foundation/components/parsys" />.

Is there a way to move the placeholder to the bottom?

Another question is how to show the dialog on edit mode under touch UI. When I clicked the container, it only displayed the container's dialog. I cannot click the component inside to show the dialog. There is no problem on classic edit page.

Thanks for your help in advance!

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 kautuk_sahni

Hi 

Please have a look at this reference article for making component a container:- 

Link:- http://labs.6dglobal.com/blog/2013-06-21/simple-container-component-start-end-bars/

In your case, its more of CSS issue, you need to handle it well.

Thanks and Regards

Kautuk Sahni

2 replies

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
May 25, 2016

Hi 

Please have a look at this reference article for making component a container:- 

Link:- http://labs.6dglobal.com/blog/2013-06-21/simple-container-component-start-end-bars/

In your case, its more of CSS issue, you need to handle it well.

Thanks and Regards

Kautuk Sahni

Kautuk Sahni
dan_klco
Level 4
February 22, 2018

FYI - since labs.6dglobal.com is down, here's the same article on component start and end bars on my personal blog: https://www.danklco.com/posts/2013/06/21/simple-container-component-start-end-bars/