Drill Down Approach?
677690Apr 20 2009 — edited Apr 24 2009Hello folks,
I'm trying to implement Drill Down approach.
I saw Andy tree example:-
[http://apex.oracle.com/pls/otn/f?p=22619:20:4783747912487987]
My senarior is something like this, "I have top-level as Procedures, sub-level as Section-A, Section-B, Section-C, sub-level(under Section-A) as abc, xyz, asd, sub-level (under Section-B) as mno, pqr, efg, etc same like way Section-C"
Also, when user drill-down to the lowest level(eg to abc of Section-A), I want abc to be a link, hence when user clicks on abc, static files(pdf) is opened which I have attached under Static Section of the Shared Components.
"<a href="#WORKSPACE_IMAGES#abc.pdf" target="_blank" >ABC</a>"
Any idea how to implment it, or any good example step by step link will be appreciated??
thxs
regards,
Kumar