Re: childadded / childremoved
Brian Alliet <[email protected]>
| Newsgroups | gmane.comp.java.xwt.core |
|---|---|
| Message-ID | <[email protected]> |
On Mar 4, 2004, at 6:59 PM, Charles Goodwin wrote:
> childadded ++= function(v) {
> $target.childadded = v;
> }
Childadded is just a notification that a child was added. The
childadded trap itself isn't doing the adding (you still use the normal
numeric array subscript syntax for that). This won't do what redirect
does. I think we're still going to need redirect in the core.
-Brian