On 2006-04-13, at 13:02 EDT, John Sundman wrote: > This sentence appears in the Developer's Guide: > > "Note that an attribute that is not given an initial value will not be > created in the element by default: it should either be initialized in > the init method using this.attrName= expression or made a required > attribute using the required="true" option. "
Still true. > 1) I thought I remember something about all attributes now > requiring an > initial value? Or am I confused? That is a good programming practice, not required, but you will likely regret it. > 2) Presumably the phrase "init method" refres to what we would now > call > the "oninit handler"? (Or if not, what does it mean)? Or the method named 'init' which you can override in any class (so long as you call super.init() from your method). _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
