Tellurium core supports mouseOver and MouseOut, but not mouseDown and mouseUp. However, it is very easy to add them. I will add the support to core by night.
Thanks, Jian On Mar 2, 10:21 am, dominicm <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
