Hi,
I am trying to create a dynamic navigation tree (with my own navigation connector) and merge it with a static navigation structure defined in the PCD. Can anybody give me a hint where I can find more info about that subject ?
For instance, I am wondering whether all I have to do is to implement the getMergeID() and the isMergible() methods. Or do I have to add some logic to my own navigation service ?
Any help is greatly appreciated.
Thanks,
Heiko
If anybody is interested: nodes from trees from different connectors are merged if their mergeID is identical. Attention: there must be a path from the root down to the node in question in both trees that have the same mergeID.
This should work in SP6. In SP2 I get a Javascript error in the browser.
Add a comment