[Laszlo-user] Odd behaviour when attempting to define ondblclick event on tree
Kenneth Miller
xkenneth at gmail.com
Sat Jul 26 15:58:01 PDT 2008
So here's my code for the tree.
<tree width="200" height="500" datapath="available_buildouts:/Buildouts">
<tree datapath="*" text="$path{'@name'}" isleaf="$path{'@file'}">
<handler name="ondblclick">
Debug.write('yay')
</handler>
</tree>
</tree>
And here's the error I get from the Debugger:
DEBUG: Unknown mouse event ondblclick
lzx> Debug.inspect(DEBUG: Unknown mouse event ondblclick)
«LzDebug#1| DEBUG: Unknown mouse event ondblclick» {
file: null
line: null
message: 'Unknown mouse event ondblclick'
}«LzDebug#1| DEBUG: Unknown mouse event ondblclick»
lzx>
Any ideas?
Thanks for the help!
Regards,
Ken
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-user/attachments/20080726/c3fdc7e7/attachment.html
More information about the Laszlo-user
mailing list