Good Morning...
is there a way to fire events to all childs at any deep? Like bubble, but fopr childs?
Bye, Dumbledore
Good Morning...
is there a way to fire events to all childs at any deep? Like bubble, but fopr childs?
Bye, Dumbledore
In combination with the cascade() method.
Or the find or findBy methods.
I think there should be a CompositeComponent class to encapsulate a collection of Components and call common methods...
Code:myContainer.queryComponent('field').fireEvent('valid');