On Wed, Mar 10, 2010 at 11:23 AM, Merrill, Jason <
[email protected]> wrote:

> >> That is, I need to target not e.currentTarget but the child of the
> same
> >>("aChild"). How do I do that?
>
> Personally, I think this is the wrong approach.  Dispatch events with
> event bubbling or a design pattern like MVC with events instead.  You
> should not couple your code so tightly to parent/child relationships in
> my opinion.  Continuing down the path of targeting children, parents,
> grandparents, etc. will only bring headache and heartache for you and
> anyone else who has to touch your code in the future.
>

Example?
TIA,
Susan
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to