On 2006-09-15, at 17:39 EDT, Hogarty, David A. wrote: > On this same note, I think it would be beneficial to allow post- > definition modification of a classes internal views at > instantiation, for example: > > <class name="foo"> > <view name="a" /> > <button name="b" /> > </class> > > > <foo> > <method event='this.b.onclick'> > //some code > </method> > </foo> > > > Can we already do something like this?
Yes. See this nifty blog entry of Oliver's on [instance-first development](http://osteele.com/archives/2004/03/classes-and- prototypes). _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
