The side kick does not load properly. The component page shows a waiting sign but does not load ever. Switching between Design and Edit view also does not work properly. Sometimes, side kick separates into two separate boxes - one with header and one with menu (Component, Page, Information,...).
Please see the attachment for more details.
Solved! Go to Solution.
Views
Replies
Total Likes
See the community article. It creates a custom xtype component. As part of the component development process, it also talks about how to populate the sidekick. This works.
http://helpx.adobe.com/experience-manager/using/creating-custom-xtype.html
Views
Replies
Total Likes
Can you paste the code you have in your page. Also - does the side kick load for the Geometrxix sample pages?
Views
Replies
Total Likes
The side kick behaves normal on Geometrxix sample pages.
Attached is another screen shot where side kick loads but does not show menu for changing mode (design, preview, edit,..etc..). I have to change the mode (design and edit) in Geometrxix site and then refresh my custom page to change it to design or edit mode. Sometimes, the component page does not even load to show the component list and shows a waiting symbol.
The code where side kick is included is:
contentpage.jsp
<%@include file="/libs/foundation/global.jsp"%>
<html>
<cq:include script="/libs/wcm/core/components/init/init.jsp" />
<cq:include script="head.jsp" />
<cq:include script="body.jsp" />
</html>
Views
Replies
Total Likes
See the community article. It creates a custom xtype component. As part of the component development process, it also talks about how to populate the sidekick. This works.
http://helpx.adobe.com/experience-manager/using/creating-custom-xtype.html
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies