Hi,

Is there any way to use the event handling for mouse events?

I have a Div which response to mouseUp to update the value in an
adjacent InputBox. I've tried the following but neither fire any other
events than click.

Div(uid:'priceUp',clocator:[id:'%%_priceUp'],
        respond: ["click","mouseDown","mouseUp"])

Div(uid:'priceDown',clocator:[id:'%%_priceDown'],
        respond: ["mouseDown","mouseUp"])

Is this supported?

rregards

Dominic
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to