open blank page (new page) on clicking calculated page url in a view

后端 未结 2 1137
醉话见心
醉话见心 2021-01-27 01:47

I\'ve got following viewPanel. I would like to open a new page when the users clicks on the calculated page url. I just don\'t seem to figure this out.



        
2条回答
  •  情深已故
    2021-01-27 02:53

    I think I would use a repeat control instead.

    Up near the top establish the linkage to the data as you did:

    
        
        
    
    

    and then, where you want your "view":

    I got the basics of that from TeamStudio in their recent video on mobile apps. It's part of a jQuery-powered contacts list that opens the contact details XPage for the contact you click on.

提交回复
热议问题