Can buttons be grouped in their own section? #203
zazen000
started this conversation in
Feature request
Replies: 3 comments
-
put_text('SEARCH')
put_buttons(['search_button1' , 'search_button2', 'search_button3'], onclick=..., group=True) |
Beta Was this translation helpful? Give feedback.
0 replies
-
IT is what I was looking for. Thank you.
…________________________________________
From: WangWeimin ***@***.***>
Sent: Friday, November 19, 2021 5:58 PM
To: pywebio/PyWebIO
Cc: ZennDogg; Author
Subject: Re: [pywebio/PyWebIO] Can buttons be grouped in their own section? (Discussion #203)
Is this what you want?
[image]<https://user-images.githubusercontent.com/8682073/142710387-acf86e7e-c251-4aa8-925c-ea93218259d0.png>
put_text('SEARCH')
put_buttons(['search_button1' , 'search_button2', 'search_button3'], onclick=..., group=True)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#203 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALX2T5KUC5M7Q3OTIO5CD2TUM36DDANCNFSM5IM3BMXQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you wang0618. After several days of research and experimentation, this is what I finally came up with.
|
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
-
I have a journal with three buttons, each for a specified 'SEARCH' function. Is there a way these buttons are able to be grouped under one section with the group name displayed? Thank you.
SEARCH
| search_button1 | search_ button2 | search_button3 |
Beta Was this translation helpful? Give feedback.
All reactions