Add the ability to change page by pressing the button? #426
shenoysuraj
started this conversation in
Feature request
Replies: 1 comment
-
|
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am interested in using PywebIO for multiple projects, and I have created a simple test application. However, a crucial feature that I would need from PywebIO is the ability to use the
put_buttonas a relative link. If I were to use pywebio with Flask, and set the routes just like in the documentation here, I would like to have the ability to define a relative link like/help,/aboutetc.An example way to implement this is to have an extra attribute to set when using
put_buttonlikelink='/help', just like in HTML and Markdown, you can use relative links such as '/help'.Beta Was this translation helpful? Give feedback.
All reactions