On 2006-07-05, at 10:06 EDT, Not Zippy wrote: > Hi > > I was trying to find out which was more efficient coding, using a > Method or a Handler. Or does it matter ? Which is recommended / > preferred ? I couldn't find any recommendations in the documents and > the examples seem to be all over the place...
If you mean `<method event='...` vs. `<handler name='...`, they have the same implementation, so are equally efficient. The method syntax is deprecated (because it confused people), the handler syntax is the new approved way. _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
