Hi all,
the situation:
a <textarea id="ta"> element is connected to the "onchange" event via
connect ("ta", "onchange", function (e) {alert (e.target())});
when a enter some text into the field and leave the textarea, the
event is triggered
and the message with the target info appears.
However when i trigger the event by
singal ("ta", "onchange");
"e.target" seems to be undefined / missing
(JS-Console Message:
"Fehler: this._event has no properties
Quelldatei: http://unsinn-intranet/js/MochiKit/MochiKit.js
Zeile: 5057")
What could be wrong / what could i have missunderstood?
(MochiKit Version = 1.4 Revision 1314)
Thank you!
Helmut
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" 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/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---