Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add doc examples for the toggle control #1227

Open
FabienLelaquais opened this issue Dec 6, 2024 · 0 comments
Open

Add doc examples for the toggle control #1227

FabienLelaquais opened this issue Dec 6, 2024 · 0 comments
Labels
📄 Documentation Internal or public documentation 🖰 GUI Related to GUI 📈 Improvement Improvement of a feature. 🟧 Priority: High Stalls work on the project or its dependents 🔒 Staff only Restricted to CC staff members

Comments

@FabienLelaquais
Copy link
Member

Description

The toggle control has no examples.

The minimum should be:

from taipy.gui import Gui

selected = False

Gui(page="<|{selected}|toggle|>").run()

Expected change

Available downloadable code samples in the taipy repository, and explained in the doc.

@FabienLelaquais FabienLelaquais added 📈 Improvement Improvement of a feature. 🖰 GUI Related to GUI 📄 Documentation Internal or public documentation 🟧 Priority: High Stalls work on the project or its dependents 🔒 Staff only Restricted to CC staff members labels Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📄 Documentation Internal or public documentation 🖰 GUI Related to GUI 📈 Improvement Improvement of a feature. 🟧 Priority: High Stalls work on the project or its dependents 🔒 Staff only Restricted to CC staff members
Projects
None yet
Development

No branches or pull requests

1 participant