Zum Hauptinhalt gehen

Is it possible to have the result table as in a pop out window

Kommentare

2 Kommentare

  • Sean McClurkan

    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
  • Permanently deleted user

    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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.