Access Node hierarchy(includes : child(s) / user defined jcr :content ) for a given node path
Hi all,
I need to show the node hierarchy (tree view) based on the node path provided.
For example if path is like : /content/samples/assets/images
I need to List all the child nodes , files , resource types, assets that are under the given node path. and populate it in html page using tree view structure, I mean to say same structure the node has in CRXDE Lite.
I hope you understand my question.
Please help me fetch all the nodes , childs, files, resources, cr content under the specified node to build same tree view/hierarchical structure with expand (+) buttons to access sub nodes/child(s) from the html page by user
any suggestion is greatly appreciated.+
Thanks
Shabarinadh.V