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 b...