Workspace: How to open URLs in a new tab/window??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2020 04:49 AM
Hi ,
I have a requirement to View UI Page in Workspace .But Unable to Do so .
I didnt find any way to view Ui Pages Directly in WORKSPACE . so i decided to show them in a new tab/window .
I Created a Workspace Form Button in a for a Table which i added into workspace .
Onclick() i am trying to open a Ui page .
I used a Button to Trigger UI page url .
Button Working Fine in Application. ( g_navigation.openPopup(url);) A Window got opened and the below Diagram got displayed
BUT NOT IN WORKSPACE. (work space Form Button)
WHEN BUTTON GOT CLICKED NOTHING HAPPENS .
My Requirement ::
My Ui page consists of Html ,D3.js Templates(html,css,js )
Preview:
Both Ui page and Ui action are in the Same scope ,
How to make the Button Work in Workspace .
Kindly help me in access UI PAGE in Workspace , New Window / Same Tab
Thankyou,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2020 02:46 PM
Trick mentioned in this thread worked for me.