when func is a function that take "event" as first argument
if you don't want, should can try to do something like :
var myrules = {
'body' : function(){
el.>
alert(Event.pointerX
(event || window.event));
}
}
};
On 1/16/06,
Alex Duffield <[EMAIL PROTECTED]> wrote:
is there a way to take advantage of prototypes Event.pointerX when using Behaviour to manage my events?somthing like..var myrules = {'body' : function(el){el.>alert(Event.pointerX(e));}}};thanks______________________________________________________________________
Alex Duffield . Principal . InControl Solutions . http://www.incontrolsolutions.com
_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
_______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
- [Rails-spinoffs] Behaviour.js and prototype Event.pointerX Alex Duffield
- Re: [Rails-spinoffs] Behaviour.js and prototype Event.p... Nicolas
- Re: [Rails-spinoffs] Behaviour.js and prototype Eve... Alex Duffield
