Friends

I need the "currentTarget" of the event.

Currently I do...

    connect(tepu, "onclick", _new_record_tepu_click);

    var _new_record_tepu_click = function(e){

                var _e = e.event();
                var _ct = _e.currentTarget;
// Whatever...
}

cheers
Worik


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to