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

Get classes on DOM elements that are untracked by C++ and managed by Bootstrap #440

Open
lemniscate8 opened this issue Jul 28, 2021 · 0 comments

Comments

@lemniscate8
Copy link
Collaborator

I've written added a toggle handler on the Card class which fires when a card is opened or closed. However, this would be more powerful if the hander's signature included a boolean indicating the Card's state at time of click so that different events could take place on open or close.
Unfortunately, the Card's state is entirely managed by CSS and Javascript from Bootstrap. Thus, it would be useful if there existed a method on Widget or Div to read in any classes or state we don't manage/track in C++. I imagine this would also have other applications eventually.

@lemniscate8 lemniscate8 changed the title Get classes on DOM that are untracked by C++ and managed by Bootstrap Get classes on DOM elements that are untracked by C++ and managed by Bootstrap Jul 28, 2021
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

1 participant