On 2006-10-04, at 15:35 EDT, Not Zippy wrote: > Hi > > Im assuming "setAttribute" is still the standard way of setting an > attribute ? (if you want the handlers to be notified) That isnt > changing is it ?
setAttribute has not gone away, yet. There is a proposal on the back burner to adopt Javascript 2 getter/ setter syntax in place of setAttribute. Forgetting to call setAttribute is one of our most common beginner errors. This would cause a major incompatibility with existing code, but I think being compliant with JS2 going forward is worth it. > I would really like to see the Debug.format ability in the LzText > package. I have numerous occasions where I would like to format some > <text> data but LzText doesnt have a format option. Will we see this > in legals ? I thought Max (cc-ed) had filed an improvement request to make format generally available, but I can't find it. There is nothing in principle preventing us doing that, although the current Debug.format has lots of special hooks for making its output inspectable, which would be meaningless without the debugger -- so, disentangling that would take some programming. If Max does not remember filing an improvement request, please do! _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
