Hello all,
We have a KM Navigation iView showing the user a directory structure with the KM.
From another iView on the same page would it be possible to query the KM Navigation iView to find out the name of the folder that the user is currently viewing?
Something like... in custom Java iView on same page user clicks button, Java code queries which folder is currently being displayed in the navigaion iView. Is this possible, if so then how would it be done?
Thanks for your time,
Patrick.
Hi Patrick,
with standard instruments, you cannot. From the KM iView, there is no EPCF event thrown for which you could register for example.
You could try to poke around the JS object hierarchy, analyzing how the KM tree for example is built and if you could access it. Or you could change the implementation to fire EPCF events you could register for... But all this doesn't sound too elegant, does it?!
Hope it helps
Detlev
Add a comment