In the context menu I have an view item , that should open the document in new window instead of opening in same window.
Is any one did same kind of requirement.
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
1. Go to UI tab for that context menu
2. Click add button from the publish section
3. Select context menu then click ok
4. now another windows will open, there select trigger event as click (think this is only the option available)
5. choose "Navigate to page [xcp]" UI event then click next
6. page id (target page id <application_namespace>_<pagename>, please give system name here) and page object id (pass the object id ), new_browser_tab (true for new window)
Done