[Laszlo-user] dataset ondata event dhtml
Not Zippy
notzippy at gmail.com
Tue Apr 3 09:13:53 PDT 2007
Is dataset ondata event dhtml working ?
I tried using this in the nightly and in the "stable" 4.0 builds but have
not had any positive results for local datasets, I can detect that the data
is being returned and received by the browser but the "ondata", "onerror" or
"ontimeout" events never fires !
example
<canvas>
<class name="foo">
<dataset name="bar" src="http://localhost/foobar" request="true">
<handler name="onerror">
Debug.write("Errrorr");
</handler>
<handler name="ondata">
Debug.write("ondata");
</handler>
<handler name="ontimeout">
Debug.write("ontimeout");
</handler>
</dataset>
</class>
<foo id="bar"/>
</canvas>
Is anyone able to get this to work ? !!!
Thanks
Z
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-user/attachments/20070403/2ebe889a/attachment.html
More information about the Laszlo-user
mailing list