iFrame component can't be deleted once added to page
i have simple component contains iframe. jsp page contains following:
<%@include file="/libs/foundation/global.jsp"%>
<div>
<p align="center">
<iframe src="http://www.google.com" width="100%" height="500" frameborder="0"></iframe>
</p>
</div>
here comes problem:
right click on component can't deleted, usual cq 'edit' menu box did not come other compoents. removing iframe block in jsp bring 'edit' menu box back. i'm caused iframe.
i know there's default 'external' component not fit our purpose. page include bring list of hrefs not work through 'external', therefore i'm building simple iframe component.
thanks advices!
for components right-click menu doesn't work, it's best use editbar layout. see http://dev.day.com/docs/en/cq/current/developing/components.html#configuring%20with%20cq:e ditconfig%20properties
regards,
justin
More discussions in Archived Spaces
adobe
Comments
Post a Comment