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

TreeView: CheckBox support #4

Open
leviwilson opened this issue Sep 6, 2013 · 1 comment
Open

TreeView: CheckBox support #4

leviwilson opened this issue Sep 6, 2013 · 1 comment

Comments

@leviwilson
Copy link
Owner

TreeView controls have the ability to add checkboxes to them. It would be nice to have the ability to check / uncheck items based on their index or value.

class SomeScreen
  include Mohawk
  window title: /Whatever/

  tree_view(:users, id: 'usersTreeView')
end

s = SomeScreen.new
s.check_users 'First User', 'Second User' # => selects "First User" and "Second User"
s.uncheck_users 'Second User' # => unchecks the "Second User" item
@ghost ghost assigned jacob-ewald Sep 6, 2013
@leviwilson
Copy link
Owner Author

@jacob-ewald not sure when I'm going to get to this, but just wanted to track it.

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

No branches or pull requests

2 participants