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

Force child views to inherit none style #150

Closed
wants to merge 1 commit into from

Conversation

fnxpt
Copy link

@fnxpt fnxpt commented Aug 5, 2013

When we set nuiClass to none in a view all its children should inherit
the same class.
This "Fixes #113"

When we set nuiClass to none in a view all its children should inherit
the same class.
This "Fixes tombenner#133"
@tombenner
Copy link
Owner

There are times where a user may want to set a view's style class to none and still be able to apply styling to one of its descendants, so this approach is probably a little too severe. Excluding all of a view's descendants from NUI's styling is now possible by setting the property exclude-subviews in a style class's definition. This has just been added, so I haven't written documentation for it, but please see the "Usage" section of #65 for usage details.

@tombenner tombenner closed this Aug 7, 2013
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

Successfully merging this pull request may close these issues.

DatePicker doesn't work well with nui
2 participants