• Insert / Move Tree Node / Children in Navigator?

    By Bruce E Stemplewski 1 decade ago

    I can add tree nodes or children of tree nodes just fine.   But how do I insert one?    Say I already have a tree node and I want to put a new one right above it.   How do I do that?

     

    How do I move the order of treenodes?

     

    I found I can use the outline but that is very cumbersome.   Do I just need to edit the XML?\\

     

     

     

     

     

    • Do you have very dynamic tree?

      By Andrejus Chaliapinas 1 decade ago

      In case you need some order change of nodes in your tree - you could try to base it on some managed bean and try prepare required structure of your tree for next rendering. Currently we don't have insert one tree node before another already there possibility.

       

      If you may have some general use case and could provide your sample application - this could help in future to investigate possible implementation.

      • Insert / Move Tree Node / Children in Navigator?

        By Bruce E Stemplewski 1 decade ago

        I think you misunderstood.   I do not want to do this dynamically.  I just want to do it in the designer.  I want to be able to move the various nodes around just like I can in a  non XPages Outline.

         

         

        • Designer visualization in such case is static

          By Andrejus Chaliapinas 1 decade ago

          Via outline/navigator Extlib controls' Designer visualization you can't drag/drop your nodes currently. You need either use standard Designer Outline view (Window->Show Eclipse Views->Outline) for that or switch to Source tab and edit your code.