[Laszlo-checkins] r11463 - openlaszlo/trunk/docs/src/developers/programs
bargull@openlaszlo.org
bargull at openlaszlo.org
Wed Oct 15 08:46:39 PDT 2008
Author: bargull
Date: 2008-10-15 08:46:36 -0700 (Wed, 15 Oct 2008)
New Revision: 11463
Modified:
openlaszlo/trunk/docs/src/developers/programs/delegates-$3.lzx
Log:
Change 20081015-bargull-UhT by bargull at dell--p4--2-53 on 2008-10-15 17:47:38
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: add optional arg for docs-example
New Features:
Bugs Fixed: LPP-6784
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
run in swf9, confirm it works now
Modified: openlaszlo/trunk/docs/src/developers/programs/delegates-$3.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/programs/delegates-$3.lzx 2008-10-15 15:46:14 UTC (rev 11462)
+++ openlaszlo/trunk/docs/src/developers/programs/delegates-$3.lzx 2008-10-15 15:46:36 UTC (rev 11463)
@@ -3,7 +3,7 @@
<text oninit="updateTimer()">
<attribute name="secondsPassed" type="number" value="0"/>
- <method name="updateTimer">
+ <method name="updateTimer" args="time=null" >
this.setAttribute('text', this.secondsPassed );
this.secondsPassed++;
More information about the Laszlo-checkins
mailing list