Skip to content

paraview.VtkRemoteView() with routing #421

Answered by jourdain
AliE89 asked this question in Trame/ParaView
Discussion options

You must be logged in to vote

The router does not matter here... Just make sure that each element in the hierarchy properly use the full height. Learn how to use the dev tools of your browser to navigate the DOM and edit or identify where that info got dropped.

with RouterViewLayout(server, "/foo") as layout:
    layout.root.style="height: 100%"
    with vuetify.VCard(classes="fill-height", style="background: red;"): # Make sure the RED takes the full height
        vuetify.VCardTitle("This is foo")
        with vuetify.VCardText():
            vuetify.VBtn("Take me back", click="$router.back()")

Replies: 7 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jourdain
Comment options

Comment options

You must be logged in to vote
2 replies
@jourdain
Comment options

@jourdain
Comment options

Comment options

You must be logged in to vote
3 replies
@jourdain
Comment options

@jourdain
Comment options

@jourdain
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jourdain
Comment options

Answer selected by AliE89
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants