Friday, May 24, 2013

Steps to find out implementation of a CQ Node

(i) Looking for the implementation of a Node

To know the implementation or how to implement certain nodes For Example: cq:actionConfigs, Go to CRX -> Search -> type the following red text in the query (CRXDE lite).

/jcr:root/libs//element(cq:actionConfigs, nt:base)

When u want to see the implementation for a different node, just change the node name in the query

/jcr:root/libs//element(NODE NAME, nt:base)

No comments:

Post a Comment