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

Show/Hide Commands #8

Open
pbouzakis opened this issue Jun 13, 2012 · 1 comment
Open

Show/Hide Commands #8

pbouzakis opened this issue Jun 13, 2012 · 1 comment

Comments

@pbouzakis
Copy link
Collaborator

See the WinningJS-todo app for code where we are showing/hiding command groups.
It doesn't work yet. That is, delete and complete commands should only show if you have things selected.

Figure out how that should work, and put it in WinningJS.

See the // TODO in the TodosPage/AppBar component of the WinningJS-Todo project.

@domenic
Copy link
Contributor

domenic commented Sep 14, 2012

Currently we are using Knockout's visible binding but we need to use the appBar.showCommand method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants