Hi Experts,
When i try to append debug=layout to my AEM page it is giving the following details for each component.
res=/content/mypage/en_GB/index/jcr:content/header/title sel=h1 type=myapps/components/content/title
cell=homepage/header/title sp=homepage|contentpage|page/header/title
I can deduce that res means resource in content and type is sling:resourceType of that resource.
Can some one please let me know what sel,cell,sp means?
Solved! Go to Solution.
Taking an example of the below page and looking at the text component
http://localhost:4502/content/geometrixx/en/toolbar/contacts.html?debug=layout
and for "sel" i guess it should be selector class if it has any like below.
http://localhost:4502/editor.html/content/geometrixx/en/toolbar/contacts.html?debug=layout
Taking an example of the header bar component the "sel=panelheader" shows that it has a selectors by the panelheader.jsp code snippet <sling:include replaceSelectors="panelheader"/>
~VAr
Hi,
Got to know about cell:
Cell Id -> it is always created from the path the component is included.
suppose if you have included it in parsys it will show you page/par/text.
~ Prince
Views
Replies
Total Likes
Taking an example of the below page and looking at the text component
http://localhost:4502/content/geometrixx/en/toolbar/contacts.html?debug=layout
and for "sel" i guess it should be selector class if it has any like below.
http://localhost:4502/editor.html/content/geometrixx/en/toolbar/contacts.html?debug=layout
Taking an example of the header bar component the "sel=panelheader" shows that it has a selectors by the panelheader.jsp code snippet <sling:include replaceSelectors="panelheader"/>
~VAr
Excellent information.
~kautuk
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies