thomas.deweese wrote:
> 
> 
> Hi Peppe,
> 
> -----Peppe <[EMAIL PROTECTED]> wrote: -----
> 
>> Hi, is there a method to count domMouseEvent click?
> 
>    From the DOM2 Events spec:
> http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MouseEvent
> 
> 
>         If multiple clicks occur at the same screen location, the
>         sequence [mousedown, mouseup, click] repeats with the "detail"
>         attribute incrementing with each repetition.
> 
> So you can use 'getDetail()' to get the click count.
> 


thanks thomas!...
-- 
View this message in context: 
http://www.nabble.com/count-dommouseevent-tf2767368.html#a7718853
Sent from the Batik - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to