[Laszlo-dev] [Laszlo-checkins] r8478 - in openlaszlo/trunk: WEB-INF/lps/lfc/controllers WEB-INF/lps/lfc/core WEB-INF/lps/lfc/helpers WEB-INF/lps/lfc/views WEB-INF/lps/schema WEB-INF/lps/server/src/org/openlaszlo/compiler examples/components lps/components/base lps/components/utils/layouts test/lztest test/swf9
P T Withington
ptw at pobox.com
Sun Mar 30 16:29:47 PDT 2008
On 2008-03-30, at 18:29 EDT, hqm at openlaszlo.org wrote:
> <method name="_showEnabled"> <![CDATA[
> - reference.setAttribute('clickable', _enabled);
> + reference.setAttribute('clickable', this._enabled);
This is a little bit of a mystery. Is it possible these methods are
in a state, so they aren't really methods, and that is why implicit
this is not working?
More information about the Laszlo-dev
mailing list