Noob question.
I have an activate handler in a child List, but it doesn’t fire. The activate event on the parent Panel does fire. I tried several other events, and none of them propagate down down the hierarchy. Is this really the intended behavior? If so, how can I ensure that nested widgets initialize properly?
Thanks.
I don’t know if its intended behavior but you could add activate listeners on all members of the hierarchy and iterate through the child elements to initialize.