• Page Navigator Control

    By Alan Hurt 2 decades ago

    Is there a way to set a target for a node that is created? The basicLeafNode lets me set a url, but it opens in the same window/tab…looking for a way to make the equivalent of "target=_new". Link controls have this, just wondering if I am missing it here in the Page Navigator Control or if it might be added at a future time?

    • window.open on the onclick event

      By Jim Romaine 2 decades ago

      I am not an expert with XPages, but was able to open a link in a new tab by entering a static value for the onclick event of the basicleafnode window.open('nameofpage.html','title').

      • Thanks

        By Alan Hurt 2 decades ago

        Appreciate the response