Is it possible to have the result table as in a pop out window
Hi,
Has anyone tried having the result table shown as in a pop out window / web page rather than in the data region. The reason is so that we can have the big data table on one screen and the map on anther screen? Thanks
/customer/servlet/servlet.FileDownload?file=00P6000000elzjbEAA
regards,
Jack
-
My undersanding is that the HTML5 viewer doesn't offer the pop-up window since it is intended to configure for mobile, tablet and desktop simultaneously. The mobile devices don't handle pop-ups, so they're somewhat discouraged.
0 -
The pop-up window is available on desktop and tablet, but as Sean points out it's not a great pattern on mobile. Also, it's modal, which means you won't be able to use the rest of the application while the results view is active.
We don't support multiple browser windows at this point (although that would be a very interesting feature).
If resizing your main viewer window to fit across multiple monitors is an option, then I suggest you play around with creating a new region to site alongside of the primary ApplicationRegion. You can do this by adding a new region in Index.html as a sibling to ApplicationRegion. Next, open Desktop.json.js and configure the Results Table view to target your new region. I reckon that you'll have to do some CSS work to get things to work nicely, but this will allow you to have a results table alongside the rest of the viewer (like in your screenshot).
0
Please sign in to leave a comment.
Comments
2 comments