Poor form, sorry, but i answered my own question. I didn't need to do make another attribute. i found another way around the problem using these two lines which are a common pattern:

var something_method = new lz.Delegate(this, "something");
something_method.register(parent.after, "onmyevent");

That worked just fine for my needs once i realized it was all i needed. Thanks for reading it!

.james.

Reply via email to